Html Css Color HEX #6470DB Slate Blue

📋 copy color: '#6470DB'

red 100 ◦ green 112 ◦ blue 219

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

Shades of Slate Blue #6470DB

Tints of Slate Blue #6470DB

RGB

 RED value IS 100 (39.45% from 255) = 23.2%

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

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

R = 23.2%
G = 25.99%
B = 50.81%

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

#6470DB (or 0x6470DB) is known color: Slate Blue. HEX triplet: 64, 70 and DB. RGB value is (100,112,219). Sum of RGB (Red+Green+Blue) = 100+112+219=431 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.20% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #6470DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6470DB is #9B8F24. Grayscale: #787878. Windows color (decimal): -10194725 or 14381156. OLE color: 14381156.

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

Color convert

RGB 100 112 219 -
CMYK 0.54 0.49 0 0.14
HSL 233.95º 0.62% 0.63% -
HSV(B) 233.95º 0.54% 0.86% -
XYZ 23.84 19.41 69.51 -
YUV 120.61 183.52 113.3 -
System Red Green Blue C M Y K H S L
Decimal 100 112 219 0.54 0.49 0 0.14 233.95 0.62 0.63
Hex 64 70 DB 36 31 0 E EA 3E 3F
Octal 144 160 333 66 61 0 16 352 76 77
Binary 1100100 1110000 11011011 110110 110001 0 1110 11101010 111110 111111

Color Harmonies of #6470DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6470DB

Black with #6470DB

Text Example


Text Example

White with #6470DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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