#605FCA

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

Shades of Slate Blue #605FCA

Tints of Slate Blue #605FCA

Color information

#605FCA (or 0x605FCA) is unknown color: approx Slate Blue. HEX triplet: 60, 5F and CA. RGB value is (96,95,202). Sum of RGB (Red+Green+Blue) = 96+95+202=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #605FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605FCA is #9FA035. Grayscale: #6B6B6B. Windows color (decimal): -10461238 or 13262688. OLE color: 13262688.

HSL color Cylindrical-coordinate representation of color #605FCA: hue angle of 240.56º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #605FCA is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9695202-
CMYK0.520.5300.21
HSL240.56º50.23%58.24%-
HSV(B)240.56º52.97%79.22%-
XYZ19.5814.9457.73-
YUV107.5181.33119.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 95 (37.5% from 255) = 24.17%
BLUE value IS 202 (79.30% from 255) = 51.40%
R=24.43%
G=24.17%
B=51.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal96952020.520.5300.21240.5650.2358.24
Hex605FCA3435015f1323a
Octal14013731264650253616272
Binary110000010111111100101011010011010101010111110001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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