Html Css Color HEX #6668DB Slate Blue

📋 copy color: '#6668DB'

red 102 ◦ green 104 ◦ blue 219

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

Shades of Slate Blue #6668DB

Tints of Slate Blue #6668DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.47%

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

R = 24%
G = 24.47%
B = 51.53%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6668DB (or 0x6668DB) is known color: Slate Blue. HEX triplet: 66, 68 and DB. RGB value is (102,104,219). Sum of RGB (Red+Green+Blue) = 102+104+219=425 (56% of max value = 765). Red value is 102 (40.23% from 255 or 24% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #6668DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6668DB is #999724. Grayscale: #747474. Windows color (decimal): -10065701 or 14379110. OLE color: 14379110.

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

Color convert

RGB 102 104 219 -
CMYK 0.53 0.53 0 0.14
HSL 238.97º 0.62% 0.63% -
HSV(B) 238.97º 0.53% 0.86% -
XYZ 23.22 17.84 69.24 -
YUV 116.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 102 104 219 0.53 0.53 0 0.14 238.97 0.62 0.63
Hex 66 68 DB 35 35 0 E EF 3E 3F
Octal 146 150 333 65 65 0 16 357 76 77
Binary 1100110 1101000 11011011 110101 110101 0 1110 11101111 111110 111111

Color Harmonies of #6668DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6668DB

Black with #6668DB

Text Example


Text Example

White with #6668DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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