#605FCC

Color #605FCC Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #605FCC

Tints of Slate Blue #605FCC

Color information

#605FCC (or 0x605FCC) is unknown color: approx Slate Blue. HEX triplet: 60, 5F and CC. RGB value is (96,95,204). Sum of RGB (Red+Green+Blue) = 96+95+204=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #605FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FCC is #9FA033. Grayscale: #6B6B6B. Windows color (decimal): -10461236 or 13393760. OLE color: 13393760.

HSL color Cylindrical-coordinate representation of color #605FCC: hue angle of 240.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605FCC is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9695204-
CMYK0.530.5300.2
HSL240.55º51.66%58.63%-
HSV(B)240.55º53.43%80%-
XYZ19.8215.0358.98-
YUV107.72182.33119.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.30%
GREEN value IS 95 (37.5% from 255) = 24.05%
BLUE value IS 204 (80.08% from 255) = 51.65%
R=24.30%
G=24.05%
B=51.65%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal96952040.530.5300.2240.5551.6658.63
Hex605FCC3535014f1343b
Octal14013731465650243616473
Binary110000010111111100110011010111010101010011110001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605FCC; }

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

 H1.HeaderClassName
 {
   color: #605FCC;
 }
 .AnyTagClassName
 {
   color: #605FCC;
 }
</style>
background-color css

<style>
 a { background-color: #605FCC; }

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

 div.DivClassName
 {
   background-color: #605FCC;
 }
 .BgClassName
 {
   background-color: #605FCC;
 }
</style>
border-color css

<style>
 span { border-color: #605FCC; }

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

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