Html Css Color HEX #6060DE Slate Blue

📋 copy color: '#6060DE'

red 96 ◦ green 96 ◦ blue 222

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

Shades of Slate Blue #6060DE

Tints of Slate Blue #6060DE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.19%

 BLUE value IS 222 (87.11% from 255) = 53.62%

R = 23.19%
G = 23.19%
B = 53.62%

CMYK

 C value IS 0.57

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6060DE (or 0x6060DE) is known color: Slate Blue. HEX triplet: 60, 60 and DE. RGB value is (96,96,222). Sum of RGB (Red+Green+Blue) = 96+96+222=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #6060DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6060DE is #9F9F21. Grayscale: #6D6D6D. Windows color (decimal): -10460962 or 14573664. OLE color: 14573664.

HSL color Cylindrical-coordinate representation of color #6060DE: hue angle of 240º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6060DE is Cyan = 0.57, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 96 222 -
CMYK 0.57 0.57 0 0.13
HSL 240º 0.66% 0.62% -
HSV(B) 240º 0.57% 0.87% -
XYZ 22.19 16.13 71.05 -
YUV 110.36 191 117.75 -
System Red Green Blue C M Y K H S L
Decimal 96 96 222 0.57 0.57 0 0.13 240 0.66 0.62
Hex 60 60 DE 39 39 0 D F0 42 3E
Octal 140 140 336 71 71 0 15 360 102 76
Binary 1100000 1100000 11011110 111001 111001 0 1101 11110000 1000010 111110

Color Harmonies of #6060DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6060DE

Black with #6060DE

Text Example


Text Example

White with #6060DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6060DE; }

 p { color: rgb(96,96,222); }

 H1.HeaderClassName
 {
   color: #6060DE;
 }
 .AnyTagClassName
 {
   color: #6060DE;
 }
</style>

background-color css

<style>
 a { background-color: #6060DE; }

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

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

border-color css

<style>
 span { border-color: #6060DE; }

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

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