Html Css Color HEX #6642D0 Slate Blue

📋 copy color: '#6642D0'

red 102 ◦ green 66 ◦ blue 208

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

Shades of Slate Blue #6642D0

Tints of Slate Blue #6642D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 55.32%

R = 27.13%
G = 17.55%
B = 55.32%

CMYK

 C value IS 0.51

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6642D0 (or 0x6642D0) is known color: Slate Blue. HEX triplet: 66, 42 and D0. RGB value is (102,66,208). Sum of RGB (Red+Green+Blue) = 102+66+208=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 208 (81.64% from 255 or 55.32% from 376); Max value from RGB is 208 - color contains mainly: blue. Hex color #6642D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642D0 is #99BD2F. Grayscale: #5C5C5C. Windows color (decimal): -10075440 or 13648486. OLE color: 13648486.

HSL color Cylindrical-coordinate representation of color #6642D0: hue angle of 255.21º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6642D0 is Cyan = 0.51, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 66 208 -
CMYK 0.51 0.68 0 0.18
HSL 255.21º 0.6% 0.54% -
HSV(B) 255.21º 0.68% 0.82% -
XYZ 18.81 11.28 60.86 -
YUV 92.95 192.93 134.45 -
System Red Green Blue C M Y K H S L
Decimal 102 66 208 0.51 0.68 0 0.18 255.21 0.6 0.54
Hex 66 42 D0 33 44 0 12 FF 3C 36
Octal 146 102 320 63 104 0 22 377 74 66
Binary 1100110 1000010 11010000 110011 1000100 0 10010 11111111 111100 110110

Color Harmonies of #6642D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642D0

Black with #6642D0

Text Example


Text Example

White with #6642D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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