Html Css Color HEX #6473DB Slate Blue

📋 copy color: '#6473DB'

red 100 ◦ green 115 ◦ blue 219

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

Shades of Slate Blue #6473DB

Tints of Slate Blue #6473DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.5%

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

R = 23.04%
G = 26.5%
B = 50.46%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6473DB (or 0x6473DB) is known color: Slate Blue. HEX triplet: 64, 73 and DB. RGB value is (100,115,219). Sum of RGB (Red+Green+Blue) = 100+115+219=434 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.04% from 434); Green value is 115 (45.31% from 255 or 26.50% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6473DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6473DB is #9B8C24. Grayscale: #797979. Windows color (decimal): -10193957 or 14381924. OLE color: 14381924.

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

Color convert

RGB 100 115 219 -
CMYK 0.54 0.47 0 0.14
HSL 232.44º 0.62% 0.63% -
HSV(B) 232.44º 0.54% 0.86% -
XYZ 24.17 20.09 69.62 -
YUV 122.37 182.53 112.04 -
System Red Green Blue C M Y K H S L
Decimal 100 115 219 0.54 0.47 0 0.14 232.44 0.62 0.63
Hex 64 73 DB 36 2F 0 E E8 3E 3F
Octal 144 163 333 66 57 0 16 350 76 77
Binary 1100100 1110011 11011011 110110 101111 0 1110 11101000 111110 111111

Color Harmonies of #6473DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6473DB

Black with #6473DB

Text Example


Text Example

White with #6473DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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