Html Css Color HEX #6453DB Slate Blue

📋 copy color: '#6453DB'

red 100 ◦ green 83 ◦ blue 219

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

Shades of Slate Blue #6453DB

Tints of Slate Blue #6453DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.65%

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

R = 24.88%
G = 20.65%
B = 54.48%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6453DB (or 0x6453DB) is known color: Slate Blue. HEX triplet: 64, 53 and DB. RGB value is (100,83,219). Sum of RGB (Red+Green+Blue) = 100+83+219=402 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.88% from 402); Green value is 83 (32.81% from 255 or 20.65% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #6453DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6453DB is #9BAC24. Grayscale: #676767. Windows color (decimal): -10202149 or 14373732. OLE color: 14373732.

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

Color convert

RGB 100 83 219 -
CMYK 0.54 0.62 0 0.14
HSL 247.5º 0.65% 0.59% -
HSV(B) 247.5º 0.62% 0.86% -
XYZ 21.13 14.01 68.61 -
YUV 103.59 193.13 125.44 -
System Red Green Blue C M Y K H S L
Decimal 100 83 219 0.54 0.62 0 0.14 247.5 0.65 0.59
Hex 64 53 DB 36 3E 0 E F8 41 3B
Octal 144 123 333 66 76 0 16 370 101 73
Binary 1100100 1010011 11011011 110110 111110 0 1110 11111000 1000001 111011

Color Harmonies of #6453DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6453DB

Black with #6453DB

Text Example


Text Example

White with #6453DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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