Html Css Color HEX #6642DF Slate Blue

📋 copy color: '#6642DF'

red 102 ◦ green 66 ◦ blue 223

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

Shades of Slate Blue #6642DF

Tints of Slate Blue #6642DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.03%

R = 26.09%
G = 16.88%
B = 57.03%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6642DF (or 0x6642DF) is known color: Slate Blue. HEX triplet: 66, 42 and DF. RGB value is (102,66,223). Sum of RGB (Red+Green+Blue) = 102+66+223=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 223 (87.5% from 255 or 57.03% from 391); Max value from RGB is 223 - color contains mainly: blue. Hex color #6642DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642DF is #99BD20. Grayscale: #5E5E5E. Windows color (decimal): -10075425 or 14631526. OLE color: 14631526.

HSL color Cylindrical-coordinate representation of color #6642DF: hue angle of 253.76º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6642DF is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 66 223 -
CMYK 0.54 0.70 0 0.13
HSL 253.76º 0.71% 0.57% -
HSV(B) 253.76º 0.7% 0.87% -
XYZ 20.75 12.05 71.04 -
YUV 94.66 200.43 133.23 -
System Red Green Blue C M Y K H S L
Decimal 102 66 223 0.54 0.70 0 0.13 253.76 0.71 0.57
Hex 66 42 DF 36 46 0 D FE 47 39
Octal 146 102 337 66 106 0 15 376 107 71
Binary 1100110 1000010 11011111 110110 1000110 0 1101 11111110 1000111 111001

Color Harmonies of #6642DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642DF

Black with #6642DF

Text Example


Text Example

White with #6642DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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