Html Css Color HEX #5F60C6 Slate Blue

📋 copy color: '#5F60C6'

red 95 ◦ green 96 ◦ blue 198

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

Shades of Slate Blue #5F60C6

Tints of Slate Blue #5F60C6

RGB

 RED value IS 95 (37.5% from 255) = 24.42%

 GREEN value IS 96 (37.89% from 255) = 24.68%

 BLUE value IS 198 (77.73% from 255) = 50.9%

R = 24.42%
G = 24.68%
B = 50.9%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5F60C6 (or 0x5F60C6) is known color: Slate Blue. HEX triplet: 5F, 60 and C6. RGB value is (95,96,198). Sum of RGB (Red+Green+Blue) = 95+96+198=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 198 (77.73% from 255 or 50.90% from 389); Max value from RGB is 198 - color contains mainly: blue. Hex color #5F60C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F60C6 is #A09F39. Grayscale: #6A6A6A. Windows color (decimal): -10526522 or 13000799. OLE color: 13000799.

HSL color Cylindrical-coordinate representation of color #5F60C6: hue angle of 239.42º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5F60C6 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 95 96 198 -
CMYK 0.52 0.52 0 0.22
HSL 239.42º 0.47% 0.57% -
HSV(B) 239.42º 0.52% 0.78% -
XYZ 19.1 14.88 55.29 -
YUV 107.33 179.17 119.21 -
System Red Green Blue C M Y K H S L
Decimal 95 96 198 0.52 0.52 0 0.22 239.42 0.47 0.57
Hex 5F 60 C6 34 34 0 16 EF 2F 39
Octal 137 140 306 64 64 0 26 357 57 71
Binary 1011111 1100000 11000110 110100 110100 0 10110 11101111 101111 111001

Color Harmonies of #5F60C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F60C6

Black with #5F60C6

Text Example


Text Example

White with #5F60C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F60C6; }

 p { color: rgb(95,96,198); }

 H1.HeaderClassName
 {
   color: #5F60C6;
 }
 .AnyTagClassName
 {
   color: #5F60C6;
 }
</style>

background-color css

<style>
 a { background-color: #5F60C6; }

 a { background-color: rgb(95,96,198); }

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

border-color css

<style>
 span { border-color: #5F60C6; }

 span { border-color: rgb(95,96,198); }

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