Html Css Color HEX #6452DB Slate Blue

📋 copy color: '#6452DB'

red 100 ◦ green 82 ◦ blue 219

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

Shades of Slate Blue #6452DB

Tints of Slate Blue #6452DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.45%

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

R = 24.94%
G = 20.45%
B = 54.61%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6452DB (or 0x6452DB) is known color: Slate Blue. HEX triplet: 64, 52 and DB. RGB value is (100,82,219). Sum of RGB (Red+Green+Blue) = 100+82+219=401 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.94% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #6452DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452DB is #9BAD24. Grayscale: #666666. Windows color (decimal): -10202405 or 14373476. OLE color: 14373476.

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

Color convert

RGB 100 82 219 -
CMYK 0.54 0.63 0 0.14
HSL 247.88º 0.66% 0.59% -
HSV(B) 247.88º 0.63% 0.86% -
XYZ 21.06 13.86 68.58 -
YUV 103 193.46 125.86 -
System Red Green Blue C M Y K H S L
Decimal 100 82 219 0.54 0.63 0 0.14 247.88 0.66 0.59
Hex 64 52 DB 36 3F 0 E F8 42 3B
Octal 144 122 333 66 77 0 16 370 102 73
Binary 1100100 1010010 11011011 110110 111111 0 1110 11111000 1000010 111011

Color Harmonies of #6452DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452DB

Black with #6452DB

Text Example


Text Example

White with #6452DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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