#6045CF

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

Shades of Slate Blue #6045CF

Tints of Slate Blue #6045CF

Color information

#6045CF (or 0x6045CF) is unknown color: approx Slate Blue. HEX triplet: 60, 45 and CF. RGB value is (96,69,207). Sum of RGB (Red+Green+Blue) = 96+69+207=372 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.81% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 207 (81.25% from 255 or 55.65% from 372); Max value from RGB is 207 - color contains mainly: blue. Hex color #6045CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6045CF is #9FBA30. Grayscale: #5C5C5C. Windows color (decimal): -10467889 or 13583712. OLE color: 13583712.

HSL color Cylindrical-coordinate representation of color #6045CF: hue angle of 251.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6045CF is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9669207-
CMYK0.540.6700.19
HSL251.74º58.97%54.12%-
HSV(B)251.74º66.67%81.18%-
XYZ18.2111.2560.24-
YUV92.8192.45130.28-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.81%
GREEN value IS 69 (27.34% from 255) = 18.55%
BLUE value IS 207 (81.25% from 255) = 55.65%
R=25.81%
G=18.55%
B=55.65%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal96692070.540.6700.19251.7458.9754.12
Hex6045CF3643013fc3b36
Octal140105317661030233747366
Binary1100000100010111001111110110100001101001111111100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6045CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6045CF; }

 p { color: rgb(96,69,207); }

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

<style>
 a { background-color: #6045CF; }

 a { background-color: rgb(96,69,207); }

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

<style>
 span { border-color: #6045CF; }

 span { border-color: rgb(96,69,207); }

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