Html Css Color HEX #6670DB Slate Blue

📋 copy color: '#6670DB'

red 102 ◦ green 112 ◦ blue 219

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

Shades of Slate Blue #6670DB

Tints of Slate Blue #6670DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

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

R = 23.56%
G = 25.87%
B = 50.58%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6670DB (or 0x6670DB) is known color: Slate Blue. HEX triplet: 66, 70 and DB. RGB value is (102,112,219). Sum of RGB (Red+Green+Blue) = 102+112+219=433 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.56% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #6670DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670DB is #998F24. Grayscale: #787878. Windows color (decimal): -10063653 or 14381158. OLE color: 14381158.

HSL color Cylindrical-coordinate representation of color #6670DB: hue angle of 234.87º 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 #6670DB is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 112 219 -
CMYK 0.53 0.49 0 0.14
HSL 234.87º 0.62% 0.63% -
HSV(B) 234.87º 0.53% 0.86% -
XYZ 24.06 19.53 69.52 -
YUV 121.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 102 112 219 0.53 0.49 0 0.14 234.87 0.62 0.63
Hex 66 70 DB 35 31 0 E EB 3E 3F
Octal 146 160 333 65 61 0 16 353 76 77
Binary 1100110 1110000 11011011 110101 110001 0 1110 11101011 111110 111111

Color Harmonies of #6670DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670DB

Black with #6670DB

Text Example


Text Example

White with #6670DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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