Html Css Color HEX #6056C4 Slate Blue

📋 copy color: '#6056C4'

red 96 ◦ green 86 ◦ blue 196

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

Shades of Slate Blue #6056C4

Tints of Slate Blue #6056C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 51.85%

R = 25.4%
G = 22.75%
B = 51.85%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6056C4 (or 0x6056C4) is known color: Slate Blue. HEX triplet: 60, 56 and C4. RGB value is (96,86,196). Sum of RGB (Red+Green+Blue) = 96+86+196=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 196 (76.95% from 255 or 51.85% from 378); Max value from RGB is 196 - color contains mainly: blue. Hex color #6056C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056C4 is #9FA93B. Grayscale: #656565. Windows color (decimal): -10463548 or 12867168. OLE color: 12867168.

HSL color Cylindrical-coordinate representation of color #6056C4: hue angle of 245.45º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6056C4 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 86 196 -
CMYK 0.51 0.56 0 0.23
HSL 245.45º 0.48% 0.55% -
HSV(B) 245.45º 0.56% 0.77% -
XYZ 18.12 13.13 53.8 -
YUV 101.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 96 86 196 0.51 0.56 0 0.23 245.45 0.48 0.55
Hex 60 56 C4 33 38 0 17 F5 30 37
Octal 140 126 304 63 70 0 27 365 60 67
Binary 1100000 1010110 11000100 110011 111000 0 10111 11110101 110000 110111

Color Harmonies of #6056C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6056C4

Black with #6056C4

Text Example


Text Example

White with #6056C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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