#6151CC

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

Shades of Slate Blue #6151CC

Tints of Slate Blue #6151CC

Color information

#6151CC (or 0x6151CC) is unknown color: approx Slate Blue. HEX triplet: 61, 51 and CC. RGB value is (97,81,204). Sum of RGB (Red+Green+Blue) = 97+81+204=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #6151CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6151CC is #9EAE33. Grayscale: #636363. Windows color (decimal): -10399284 or 13390177. OLE color: 13390177.

HSL color Cylindrical-coordinate representation of color #6151CC: hue angle of 247.8º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6151CC is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9781204-
CMYK0.520.6000.2
HSL247.8º54.67%55.88%-
HSV(B)247.8º60.29%80%-
XYZ18.7712.7958.61-
YUV99.81186.8126-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 81 (32.03% from 255) = 21.20%
BLUE value IS 204 (80.08% from 255) = 53.40%
R=25.39%
G=21.20%
B=53.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97812040.520.6000.2247.854.6755.88
Hex6151CC343C014f83738
Octal14112131464740243706770
Binary110000110100011100110011010011110001010011111000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6151CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6151CC; }

 p { color: rgb(97,81,204); }

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

<style>
 a { background-color: #6151CC; }

 a { background-color: rgb(97,81,204); }

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

<style>
 span { border-color: #6151CC; }

 span { border-color: rgb(97,81,204); }

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