Html Css Color HEX #6040D2 Slate Blue

📋 copy color: '#6040D2'

red 96 ◦ green 64 ◦ blue 210

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

Shades of Slate Blue #6040D2

Tints of Slate Blue #6040D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 56.76%

R = 25.95%
G = 17.3%
B = 56.76%

CMYK

 C value IS 0.54

 M value IS 0.70

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6040D2 (or 0x6040D2) is known color: Slate Blue. HEX triplet: 60, 40 and D2. RGB value is (96,64,210). Sum of RGB (Red+Green+Blue) = 96+64+210=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #6040D2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6040D2 is #9FBF2D. Grayscale: #595959. Windows color (decimal): -10469166 or 13779040. OLE color: 13779040.

HSL color Cylindrical-coordinate representation of color #6040D2: hue angle of 253.15º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6040D2 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 64 210 -
CMYK 0.54 0.70 0 0.18
HSL 253.15º 0.62% 0.54% -
HSV(B) 253.15º 0.7% 0.82% -
XYZ 18.29 10.81 62.09 -
YUV 90.21 195.6 132.13 -
System Red Green Blue C M Y K H S L
Decimal 96 64 210 0.54 0.70 0 0.18 253.15 0.62 0.54
Hex 60 40 D2 36 46 0 12 FD 3E 36
Octal 140 100 322 66 106 0 22 375 76 66
Binary 1100000 1000000 11010010 110110 1000110 0 10010 11111101 111110 110110

Color Harmonies of #6040D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6040D2

Black with #6040D2

Text Example


Text Example

White with #6040D2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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