Html Css Color HEX #6642CE Slate Blue

📋 copy color: '#6642CE'

red 102 ◦ green 66 ◦ blue 206

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

Shades of Slate Blue #6642CE

Tints of Slate Blue #6642CE

RGB

 RED value IS 102 (40.23% from 255) = 27.27%

 GREEN value IS 66 (26.17% from 255) = 17.65%

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

R = 27.27%
G = 17.65%
B = 55.08%

CMYK

 C value IS 0.50

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6642CE (or 0x6642CE) is known color: Slate Blue. HEX triplet: 66, 42 and CE. RGB value is (102,66,206). Sum of RGB (Red+Green+Blue) = 102+66+206=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #6642CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642CE is #99BD31. Grayscale: #5C5C5C. Windows color (decimal): -10075442 or 13517414. OLE color: 13517414.

HSL color Cylindrical-coordinate representation of color #6642CE: hue angle of 255.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6642CE is Cyan = 0.50, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 102 66 206 -
CMYK 0.50 0.68 0 0.19
HSL 255.43º 0.59% 0.53% -
HSV(B) 255.43º 0.68% 0.81% -
XYZ 18.57 11.18 59.57 -
YUV 92.72 191.93 134.62 -
System Red Green Blue C M Y K H S L
Decimal 102 66 206 0.50 0.68 0 0.19 255.43 0.59 0.53
Hex 66 42 CE 32 44 0 13 FF 3B 35
Octal 146 102 316 62 104 0 23 377 73 65
Binary 1100110 1000010 11001110 110010 1000100 0 10011 11111111 111011 110101

Color Harmonies of #6642CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642CE

Black with #6642CE

Text Example


Text Example

White with #6642CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6642CE; }

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

 H1.HeaderClassName
 {
   color: #6642CE;
 }
 .AnyTagClassName
 {
   color: #6642CE;
 }
</style>

background-color css

<style>
 a { background-color: #6642CE; }

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

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

border-color css

<style>
 span { border-color: #6642CE; }

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

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