Html Css Color HEX #6662DB Slate Blue

📋 copy color: '#6662DB'

red 102 ◦ green 98 ◦ blue 219

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

Shades of Slate Blue #6662DB

Tints of Slate Blue #6662DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.39%

 BLUE value IS 219 (85.94% from 255) = 52.27%

R = 24.34%
G = 23.39%
B = 52.27%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6662DB (or 0x6662DB) is known color: Slate Blue. HEX triplet: 66, 62 and DB. RGB value is (102,98,219). Sum of RGB (Red+Green+Blue) = 102+98+219=419 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.34% from 419); Green value is 98 (38.67% from 255 or 23.39% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6662DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6662DB is #999D24. Grayscale: #707070. Windows color (decimal): -10067237 or 14377574. OLE color: 14377574.

HSL color Cylindrical-coordinate representation of color #6662DB: hue angle of 241.98º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6662DB is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 98 219 -
CMYK 0.53 0.55 0 0.14
HSL 241.98º 0.63% 0.62% -
HSV(B) 241.98º 0.55% 0.86% -
XYZ 22.63 16.67 69.04 -
YUV 112.99 187.83 120.16 -
System Red Green Blue C M Y K H S L
Decimal 102 98 219 0.53 0.55 0 0.14 241.98 0.63 0.62
Hex 66 62 DB 35 37 0 E F2 3F 3E
Octal 146 142 333 65 67 0 16 362 77 76
Binary 1100110 1100010 11011011 110101 110111 0 1110 11110010 111111 111110

Color Harmonies of #6662DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6662DB

Black with #6662DB

Text Example


Text Example

White with #6662DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6662DB; }

 p { color: rgb(102,98,219); }

 H1.HeaderClassName
 {
   color: #6662DB;
 }
 .AnyTagClassName
 {
   color: #6662DB;
 }
</style>

background-color css

<style>
 a { background-color: #6662DB; }

 a { background-color: rgb(102,98,219); }

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

border-color css

<style>
 span { border-color: #6662DB; }

 span { border-color: rgb(102,98,219); }

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