Html Css Color HEX #6B66CE Slate Blue

📋 copy color: '#6B66CE'

red 107 ◦ green 102 ◦ blue 206

#6B66CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #6B66CE

Tints of Slate Blue #6B66CE

RGB

 RED value IS 107 (42.19% from 255) = 25.78%

 GREEN value IS 102 (40.23% from 255) = 24.58%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 25.78%
G = 24.58%
B = 49.64%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B66CE (or 0x6B66CE) is known color: Slate Blue. HEX triplet: 6B, 66 and CE. RGB value is (107,102,206). Sum of RGB (Red+Green+Blue) = 107+102+206=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B66CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6B66CE is #949931. Grayscale: #727272. Windows color (decimal): -9738546 or 13526635. OLE color: 13526635.

HSL color Cylindrical-coordinate representation of color #6B66CE: hue angle of 242.88º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B66CE is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 107 102 206 -
CMYK 0.48 0.50 0 0.19
HSL 242.88º 0.51% 0.6% -
HSV(B) 242.88º 0.5% 0.81% -
XYZ 21.96 17.08 60.53 -
YUV 115.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 107 102 206 0.48 0.50 0 0.19 242.88 0.51 0.6
Hex 6B 66 CE 30 32 0 13 F3 33 3C
Octal 153 146 316 60 62 0 23 363 63 74
Binary 1101011 1100110 11001110 110000 110010 0 10011 11110011 110011 111100

Color Harmonies of #6B66CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B66CE

Black with #6B66CE

Text Example


Text Example

White with #6B66CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B66CE;
 }
 .AnyTagClassName
 {
   color: #6B66CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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