Html Css Color HEX #6040DB Slate Blue

📋 copy color: '#6040DB'

red 96 ◦ green 64 ◦ blue 219

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

Shades of Slate Blue #6040DB

Tints of Slate Blue #6040DB

RGB

 RED value IS 96 (37.89% from 255) = 25.33%

 GREEN value IS 64 (25.39% from 255) = 16.89%

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

R = 25.33%
G = 16.89%
B = 57.78%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6040DB (or 0x6040DB) is known color: Slate Blue. HEX triplet: 60, 40 and DB. RGB value is (96,64,219). Sum of RGB (Red+Green+Blue) = 96+64+219=379 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.33% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 219 (85.94% from 255 or 57.78% from 379); Max value from RGB is 219 - color contains mainly: blue. Hex color #6040DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040DB is #9FBF24. Grayscale: #5A5A5A. Windows color (decimal): -10469157 or 14368864. OLE color: 14368864.

HSL color Cylindrical-coordinate representation of color #6040DB: hue angle of 252.39º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6040DB is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 64 219 -
CMYK 0.56 0.71 0 0.14
HSL 252.39º 0.68% 0.55% -
HSV(B) 252.39º 0.71% 0.86% -
XYZ 19.44 11.27 68.17 -
YUV 91.24 200.1 131.4 -
System Red Green Blue C M Y K H S L
Decimal 96 64 219 0.56 0.71 0 0.14 252.39 0.68 0.55
Hex 60 40 DB 38 47 0 E FC 44 37
Octal 140 100 333 70 107 0 16 374 104 67
Binary 1100000 1000000 11011011 111000 1000111 0 1110 11111100 1000100 110111

Color Harmonies of #6040DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040DB

Black with #6040DB

Text Example


Text Example

White with #6040DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,64,219); }

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

background-color css

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

 a { background-color: rgb(96,64,219); }

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

border-color css

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

 span { border-color: rgb(96,64,219); }

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