Html Css Color HEX #6059E4 Slate Blue

📋 copy color: '#6059E4'

red 96 ◦ green 89 ◦ blue 228

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

Shades of Slate Blue #6059E4

Tints of Slate Blue #6059E4

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.55%

 BLUE value IS 228 (89.45% from 255) = 55.21%

R = 23.24%
G = 21.55%
B = 55.21%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6059E4 (or 0x6059E4) is known color: Slate Blue. HEX triplet: 60, 59 and E4. RGB value is (96,89,228). Sum of RGB (Red+Green+Blue) = 96+89+228=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 228 (89.45% from 255 or 55.21% from 413); Max value from RGB is 228 - color contains mainly: blue. Hex color #6059E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059E4 is #9FA61B. Grayscale: #6A6A6A. Windows color (decimal): -10462748 or 14965088. OLE color: 14965088.

HSL color Cylindrical-coordinate representation of color #6059E4: hue angle of 243.02º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6059E4 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 89 228 -
CMYK 0.58 0.61 0 0.11
HSL 243.02º 0.72% 0.62% -
HSV(B) 243.02º 0.61% 0.89% -
XYZ 22.4 15.23 75.16 -
YUV 106.94 196.32 120.2 -
System Red Green Blue C M Y K H S L
Decimal 96 89 228 0.58 0.61 0 0.11 243.02 0.72 0.62
Hex 60 59 E4 3A 3D 0 B F3 48 3E
Octal 140 131 344 72 75 0 13 363 110 76
Binary 1100000 1011001 11100100 111010 111101 0 1011 11110011 1001000 111110

Color Harmonies of #6059E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059E4

Black with #6059E4

Text Example


Text Example

White with #6059E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6059E4; }

 p { color: rgb(96,89,228); }

 H1.HeaderClassName
 {
   color: #6059E4;
 }
 .AnyTagClassName
 {
   color: #6059E4;
 }
</style>

background-color css

<style>
 a { background-color: #6059E4; }

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

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

border-color css

<style>
 span { border-color: #6059E4; }

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

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