#6951CC

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

Shades of Slate Blue #6951CC

Tints of Slate Blue #6951CC

Color information

#6951CC (or 0x6951CC) is unknown color: approx Slate Blue. HEX triplet: 69, 51 and CC. RGB value is (105,81,204). Sum of RGB (Red+Green+Blue) = 105+81+204=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 81 (32.03% from 255 or 20.77% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #6951CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6951CC is #96AE33. Grayscale: #656565. Windows color (decimal): -9874996 or 13390185. OLE color: 13390185.

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

Color convert

RGB10581204-
CMYK0.490.6000.2
HSL251.71º54.67%55.88%-
HSV(B)251.71º60.29%80%-
XYZ19.6713.2558.65-
YUV102.2185.45130-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 81 (32.03% from 255) = 20.77%
BLUE value IS 204 (80.08% from 255) = 52.31%
R=26.92%
G=20.77%
B=52.31%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal105812040.490.6000.2251.7154.6755.88
Hex6951CC313C014fc3738
Octal15112131461740243746770
Binary110100110100011100110011000111110001010011111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6951CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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