Html Css Color HEX #6056CB Slate Blue

📋 copy color: '#6056CB'

red 96 ◦ green 86 ◦ blue 203

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

Shades of Slate Blue #6056CB

Tints of Slate Blue #6056CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.73%

R = 24.94%
G = 22.34%
B = 52.73%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6056CB (or 0x6056CB) is known color: Slate Blue. HEX triplet: 60, 56 and CB. RGB value is (96,86,203). Sum of RGB (Red+Green+Blue) = 96+86+203=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 86 (33.98% from 255 or 22.34% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #6056CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6056CB is #9FA934. Grayscale: #656565. Windows color (decimal): -10463541 or 13325920. OLE color: 13325920.

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

Color convert

RGB 96 86 203 -
CMYK 0.53 0.58 0 0.20
HSL 245.13º 0.53% 0.57% -
HSV(B) 245.13º 0.58% 0.8% -
XYZ 18.93 13.45 58.1 -
YUV 102.33 184.81 123.49 -
System Red Green Blue C M Y K H S L
Decimal 96 86 203 0.53 0.58 0 0.20 245.13 0.53 0.57
Hex 60 56 CB 35 3A 0 14 F5 35 39
Octal 140 126 313 65 72 0 24 365 65 71
Binary 1100000 1010110 11001011 110101 111010 0 10100 11110101 110101 111001

Color Harmonies of #6056CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6056CB

Black with #6056CB

Text Example


Text Example

White with #6056CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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