#6B66BF

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

Shades of Slate Blue #6B66BF

Tints of Slate Blue #6B66BF

Color information

#6B66BF (or 0x6B66BF) is unknown color: approx Slate Blue. HEX triplet: 6B, 66 and BF. RGB value is (107,102,191). Sum of RGB (Red+Green+Blue) = 107+102+191=400 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.75% from 400); Green value is 102 (40.23% from 255 or 25.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #6B66BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B66BF is #949940. Grayscale: #717171. Windows color (decimal): -9738561 or 12543595. OLE color: 12543595.

HSL color Cylindrical-coordinate representation of color #6B66BF: hue angle of 243.37º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B66BF is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB107102191-
CMYK0.440.4700.25
HSL243.37º41.01%57.45%-
HSV(B)243.37º46.6%74.9%-
XYZ20.2216.3951.39-
YUV113.64171.66123.26-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 26.75%
GREEN value IS 102 (40.23% from 255) = 25.5%
BLUE value IS 191 (75% from 255) = 47.75%
R=26.75%
G=25.5%
B=47.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1071021910.440.4700.25243.3741.0157.45
Hex6B66BF2C2F019f32939
Octal15314627754570313635171
Binary110101111001101011111110110010111101100111110011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B66BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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