Html Css Color HEX #6058CB Slate Blue

📋 copy color: '#6058CB'

red 96 ◦ green 88 ◦ blue 203

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

Shades of Slate Blue #6058CB

Tints of Slate Blue #6058CB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.74%

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

R = 24.81%
G = 22.74%
B = 52.45%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6058CB (or 0x6058CB) is known color: Slate Blue. HEX triplet: 60, 58 and CB. RGB value is (96,88,203). Sum of RGB (Red+Green+Blue) = 96+88+203=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 88 (34.77% from 255 or 22.74% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #6058CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058CB is #9FA734. Grayscale: #676767. Windows color (decimal): -10463029 or 13326432. OLE color: 13326432.

HSL color Cylindrical-coordinate representation of color #6058CB: hue angle of 244.17º 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 #6058CB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 88 203 -
CMYK 0.53 0.57 0 0.20
HSL 244.17º 0.53% 0.57% -
HSV(B) 244.17º 0.57% 0.8% -
XYZ 19.09 13.78 58.15 -
YUV 103.5 184.15 122.65 -
System Red Green Blue C M Y K H S L
Decimal 96 88 203 0.53 0.57 0 0.20 244.17 0.53 0.57
Hex 60 58 CB 35 39 0 14 F4 35 39
Octal 140 130 313 65 71 0 24 364 65 71
Binary 1100000 1011000 11001011 110101 111001 0 10100 11110100 110101 111001

Color Harmonies of #6058CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6058CB

Black with #6058CB

Text Example


Text Example

White with #6058CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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