#6F51CC

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

Shades of Slate Blue #6F51CC

Tints of Slate Blue #6F51CC

Color information

#6F51CC (or 0x6F51CC) is unknown color: approx Slate Blue. HEX triplet: 6F, 51 and CC. RGB value is (111,81,204). Sum of RGB (Red+Green+Blue) = 111+81+204=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F51CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F51CC is #90AE33. Grayscale: #676767. Windows color (decimal): -9481780 or 13390191. OLE color: 13390191.

HSL color Cylindrical-coordinate representation of color #6F51CC: hue angle of 254.63º 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 #6F51CC is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11181204-
CMYK0.460.6000.2
HSL254.63º54.67%55.88%-
HSV(B)254.63º60.29%80%-
XYZ20.413.6258.68-
YUV103.99184.44133-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.03%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 204 (80.08% from 255) = 51.52%
R=28.03%
G=20.45%
B=51.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal111812040.460.6000.2254.6354.6755.88
Hex6F51CC2E3C014ff3738
Octal15712131456740243776770
Binary110111110100011100110010111011110001010011111111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F51CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F51CC; }

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

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

<style>
 a { background-color: #6F51CC; }

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

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

<style>
 span { border-color: #6F51CC; }

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

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