Html Css Color HEX #6058C9 Slate Blue

📋 copy color: '#6058C9'

red 96 ◦ green 88 ◦ blue 201

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

Shades of Slate Blue #6058C9

Tints of Slate Blue #6058C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 52.21%

R = 24.94%
G = 22.86%
B = 52.21%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6058C9 (or 0x6058C9) is known color: Slate Blue. HEX triplet: 60, 58 and C9. RGB value is (96,88,201). Sum of RGB (Red+Green+Blue) = 96+88+201=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 201 (78.91% from 255 or 52.21% from 385); Max value from RGB is 201 - color contains mainly: blue. Hex color #6058C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058C9 is #9FA736. Grayscale: #666666. Windows color (decimal): -10463031 or 13195360. OLE color: 13195360.

HSL color Cylindrical-coordinate representation of color #6058C9: hue angle of 244.25º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6058C9 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 88 201 -
CMYK 0.52 0.56 0 0.21
HSL 244.25º 0.51% 0.57% -
HSV(B) 244.25º 0.56% 0.79% -
XYZ 18.86 13.68 56.91 -
YUV 103.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 96 88 201 0.52 0.56 0 0.21 244.25 0.51 0.57
Hex 60 58 C9 34 38 0 15 F4 33 39
Octal 140 130 311 64 70 0 25 364 63 71
Binary 1100000 1011000 11001001 110100 111000 0 10101 11110100 110011 111001

Color Harmonies of #6058C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6058C9

Black with #6058C9

Text Example


Text Example

White with #6058C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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