Html Css Color HEX #6056C0 Slate Blue

📋 copy color: '#6056C0'

red 96 ◦ green 86 ◦ blue 192

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

Shades of Slate Blue #6056C0

Tints of Slate Blue #6056C0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.99%

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 25.67%
G = 22.99%
B = 51.34%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6056C0 (or 0x6056C0) is known color: Slate Blue. HEX triplet: 60, 56 and C0. RGB value is (96,86,192). Sum of RGB (Red+Green+Blue) = 96+86+192=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 86 (33.98% from 255 or 22.99% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #6056C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056C0 is #9FA93F. Grayscale: #646464. Windows color (decimal): -10463552 or 12605024. OLE color: 12605024.

HSL color Cylindrical-coordinate representation of color #6056C0: hue angle of 245.66º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6056C0 is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 86 192 -
CMYK 0.50 0.55 0 0.25
HSL 245.66º 0.46% 0.55% -
HSV(B) 245.66º 0.55% 0.75% -
XYZ 17.67 12.95 51.44 -
YUV 101.07 179.31 124.38 -
System Red Green Blue C M Y K H S L
Decimal 96 86 192 0.50 0.55 0 0.25 245.66 0.46 0.55
Hex 60 56 C0 32 37 0 19 F6 2E 37
Octal 140 126 300 62 67 0 31 366 56 67
Binary 1100000 1010110 11000000 110010 110111 0 11001 11110110 101110 110111

Color Harmonies of #6056C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6056C0

Black with #6056C0

Text Example


Text Example

White with #6056C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6056C0; }

 p { color: rgb(96,86,192); }

 H1.HeaderClassName
 {
   color: #6056C0;
 }
 .AnyTagClassName
 {
   color: #6056C0;
 }
</style>

background-color css

<style>
 a { background-color: #6056C0; }

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

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

border-color css

<style>
 span { border-color: #6056C0; }

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

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