Html Css Color HEX #6670DC Slate Blue

📋 copy color: '#6670DC'

red 102 ◦ green 112 ◦ blue 220

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

Shades of Slate Blue #6670DC

Tints of Slate Blue #6670DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.69%

R = 23.5%
G = 25.81%
B = 50.69%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6670DC (or 0x6670DC) is known color: Slate Blue. HEX triplet: 66, 70 and DC. RGB value is (102,112,220). Sum of RGB (Red+Green+Blue) = 102+112+220=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #6670DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670DC is #998F23. Grayscale: #787878. Windows color (decimal): -10063652 or 14446694. OLE color: 14446694.

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

Color convert

RGB 102 112 220 -
CMYK 0.54 0.49 0 0.14
HSL 234.92º 0.63% 0.63% -
HSV(B) 234.92º 0.54% 0.86% -
XYZ 24.19 19.58 70.21 -
YUV 121.32 183.69 114.22 -
System Red Green Blue C M Y K H S L
Decimal 102 112 220 0.54 0.49 0 0.14 234.92 0.63 0.63
Hex 66 70 DC 36 31 0 E EB 3F 3F
Octal 146 160 334 66 61 0 16 353 77 77
Binary 1100110 1110000 11011100 110110 110001 0 1110 11101011 111111 111111

Color Harmonies of #6670DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670DC

Black with #6670DC

Text Example


Text Example

White with #6670DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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