Html Css Color HEX #6642D8 Slate Blue

📋 copy color: '#6642D8'

red 102 ◦ green 66 ◦ blue 216

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

Shades of Slate Blue #6642D8

Tints of Slate Blue #6642D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.25%

R = 26.56%
G = 17.19%
B = 56.25%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6642D8 (or 0x6642D8) is known color: Slate Blue. HEX triplet: 66, 42 and D8. RGB value is (102,66,216). Sum of RGB (Red+Green+Blue) = 102+66+216=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 216 (84.77% from 255 or 56.25% from 384); Max value from RGB is 216 - color contains mainly: blue. Hex color #6642D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6642D8 is #99BD27. Grayscale: #5D5D5D. Windows color (decimal): -10075432 or 14172774. OLE color: 14172774.

HSL color Cylindrical-coordinate representation of color #6642D8: hue angle of 254.4º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6642D8 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 66 216 -
CMYK 0.53 0.69 0 0.15
HSL 254.4º 0.66% 0.55% -
HSV(B) 254.4º 0.69% 0.85% -
XYZ 19.82 11.68 66.18 -
YUV 93.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 102 66 216 0.53 0.69 0 0.15 254.4 0.66 0.55
Hex 66 42 D8 35 45 0 F FE 42 37
Octal 146 102 330 65 105 0 17 376 102 67
Binary 1100110 1000010 11011000 110101 1000101 0 1111 11111110 1000010 110111

Color Harmonies of #6642D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6642D8

Black with #6642D8

Text Example


Text Example

White with #6642D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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