#6959ca

Color #6959CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6959CA

Tints of Slate Blue #6959CA

Color information

#6959CA (or 0x6959CA) is unknown color: approx Slate Blue. HEX triplet: 69, 59 and CA. RGB value is (105,89,202). Sum of RGB (Red+Green+Blue) = 105+89+202=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #6959CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959CA is #96A635. Grayscale: #6A6A6A. Windows color (decimal): -9872950 or 13261161. OLE color: 13261161.

HSL color Cylindrical-coordinate representation of color #6959CA: hue angle of 248.5º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6959CA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10589202-
CMYK0.480.5600.21
HSL248.5º51.6%57.06%-
HSV(B)248.5º55.94%79.22%-
XYZ20.0614.4157.6-
YUV106.67181.8126.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=26.52%
G=22.47%
B=51.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal105892020.480.5600.21248.551.657.06
Hex6959CA3038015f83439
Octal15113131260700253706471
Binary110100110110011100101011000011100001010111111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6959ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6959ca; }

 p { color: rgb(105,89,202); }

 H1.HeaderClassName
 {
   color: #6959ca;
 }
 .AnyTagClassName
 {
   color: #6959ca;
 }
</style>
background-color css

<style>
 a { background-color: #6959ca; }

 a { background-color: rgb(105,89,202); }

 div.DivClassName
 {
   background-color: #6959ca;
 }
 .BgClassName
 {
   background-color: #6959ca;
 }
</style>
border-color css

<style>
 span { border-color: #6959ca; }

 span { border-color: rgb(105,89,202); }

 td.TdClassName
 {
   border-color: #6959ca;
 }
 .TagClassName
 {
   border-color: #6959ca;
 }
</style>