Html Css Color HEX #6058D0 Slate Blue

📋 copy color: '#6058D0'

red 96 ◦ green 88 ◦ blue 208

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

Shades of Slate Blue #6058D0

Tints of Slate Blue #6058D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 53.06%

R = 24.49%
G = 22.45%
B = 53.06%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6058D0 (or 0x6058D0) is known color: Slate Blue. HEX triplet: 60, 58 and D0. RGB value is (96,88,208). Sum of RGB (Red+Green+Blue) = 96+88+208=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 88 (34.77% from 255 or 22.45% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #6058D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6058D0 is #9FA72F. Grayscale: #676767. Windows color (decimal): -10463024 or 13654112. OLE color: 13654112.

HSL color Cylindrical-coordinate representation of color #6058D0: hue angle of 244º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6058D0 is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 88 208 -
CMYK 0.54 0.58 0 0.18
HSL 244º 0.56% 0.58% -
HSV(B) 244º 0.58% 0.82% -
XYZ 19.7 14.02 61.34 -
YUV 104.07 186.65 122.24 -
System Red Green Blue C M Y K H S L
Decimal 96 88 208 0.54 0.58 0 0.18 244 0.56 0.58
Hex 60 58 D0 36 3A 0 12 F4 38 3A
Octal 140 130 320 66 72 0 22 364 70 72
Binary 1100000 1011000 11010000 110110 111010 0 10010 11110100 111000 111010

Color Harmonies of #6058D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6058D0

Black with #6058D0

Text Example


Text Example

White with #6058D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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