#6b66ca

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

Shades of Slate Blue #6B66CA

Tints of Slate Blue #6B66CA

Color information

#6B66CA (or 0x6B66CA) is unknown color: approx Slate Blue. HEX triplet: 6B, 66 and CA. RGB value is (107,102,202). Sum of RGB (Red+Green+Blue) = 107+102+202=411 (54% of max value = 765). Red value is 107 (42.19% from 255 or 26.03% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #6B66CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B66CA is #949935. Grayscale: #727272. Windows color (decimal): -9738550 or 13264491. OLE color: 13264491.

HSL color Cylindrical-coordinate representation of color #6B66CA: hue angle of 243º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B66CA is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB107102202-
CMYK0.470.5000.21
HSL243º48.54%59.61%-
HSV(B)243º49.5%79.22%-
XYZ21.4816.8958.01-
YUV114.9177.16122.37-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.03%
GREEN value IS 102 (40.23% from 255) = 24.82%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=26.03%
G=24.82%
B=49.15%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1071022020.470.5000.2124348.5459.61
Hex6B66CA2F32015f3313c
Octal15314631257620253636174
Binary110101111001101100101010111111001001010111110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b66ca

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6b66ca; }

 p { color: rgb(107,102,202); }

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

<style>
 a { background-color: #6b66ca; }

 a { background-color: rgb(107,102,202); }

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

<style>
 span { border-color: #6b66ca; }

 span { border-color: rgb(107,102,202); }

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