Html Css Color HEX #6057CE Slate Blue

📋 copy color: '#6057CE'

red 96 ◦ green 87 ◦ blue 206

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

Shades of Slate Blue #6057CE

Tints of Slate Blue #6057CE

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.37%

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 24.68%
G = 22.37%
B = 52.96%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6057CE (or 0x6057CE) is known color: Slate Blue. HEX triplet: 60, 57 and CE. RGB value is (96,87,206). Sum of RGB (Red+Green+Blue) = 96+87+206=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 87 (34.38% from 255 or 22.37% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #6057CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057CE is #9FA831. Grayscale: #666666. Windows color (decimal): -10463282 or 13522784. OLE color: 13522784.

HSL color Cylindrical-coordinate representation of color #6057CE: hue angle of 244.54º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6057CE is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 87 206 -
CMYK 0.53 0.58 0 0.19
HSL 244.54º 0.55% 0.57% -
HSV(B) 244.54º 0.58% 0.81% -
XYZ 19.37 13.76 60.03 -
YUV 103.26 185.98 122.82 -
System Red Green Blue C M Y K H S L
Decimal 96 87 206 0.53 0.58 0 0.19 244.54 0.55 0.57
Hex 60 57 CE 35 3A 0 13 F5 37 39
Octal 140 127 316 65 72 0 23 365 67 71
Binary 1100000 1010111 11001110 110101 111010 0 10011 11110101 110111 111001

Color Harmonies of #6057CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6057CE

Black with #6057CE

Text Example


Text Example

White with #6057CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6057CE; }

 p { color: rgb(96,87,206); }

 H1.HeaderClassName
 {
   color: #6057CE;
 }
 .AnyTagClassName
 {
   color: #6057CE;
 }
</style>

background-color css

<style>
 a { background-color: #6057CE; }

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

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

border-color css

<style>
 span { border-color: #6057CE; }

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

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