Html Css Color HEX #6057CC Slate Blue

📋 copy color: '#6057CC'

red 96 ◦ green 87 ◦ blue 204

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

Shades of Slate Blue #6057CC

Tints of Slate Blue #6057CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 52.71%

R = 24.81%
G = 22.48%
B = 52.71%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6057CC (or 0x6057CC) is known color: Slate Blue. HEX triplet: 60, 57 and CC. RGB value is (96,87,204). Sum of RGB (Red+Green+Blue) = 96+87+204=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 87 (34.38% from 255 or 22.48% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #6057CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6057CC is #9FA833. Grayscale: #666666. Windows color (decimal): -10463284 or 13391712. OLE color: 13391712.

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

Color convert

RGB 96 87 204 -
CMYK 0.53 0.57 0 0.2
HSL 244.62º 0.53% 0.57% -
HSV(B) 244.62º 0.57% 0.8% -
XYZ 19.13 13.66 58.76 -
YUV 103.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 96 87 204 0.53 0.57 0 0.2 244.62 0.53 0.57
Hex 60 57 CC 35 39 0 14 F5 35 39
Octal 140 127 314 65 71 0 24 365 65 71
Binary 1100000 1010111 11001100 110101 111001 0 10100 11110101 110101 111001

Color Harmonies of #6057CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6057CC

Black with #6057CC

Text Example


Text Example

White with #6057CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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