#6951E0

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

Shades of Slate Blue #6951E0

Tints of Slate Blue #6951E0

Color information

#6951E0 (or 0x6951E0) is unknown color: approx Slate Blue. HEX triplet: 69, 51 and E0. RGB value is (105,81,224). Sum of RGB (Red+Green+Blue) = 105+81+224=410 (54% of max value = 765). Red value is 105 (41.41% from 255 or 25.61% from 410); Green value is 81 (32.03% from 255 or 19.76% from 410); Blue value is 224 (87.89% from 255 or 54.63% from 410); Max value from RGB is 224 - color contains mainly: blue. Hex color #6951E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6951E0 is #96AE1F. Grayscale: #676767. Windows color (decimal): -9874976 or 14700905. OLE color: 14700905.

HSL color Cylindrical-coordinate representation of color #6951E0: hue angle of 250.07º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6951E0 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB10581224-
CMYK0.530.6400.12
HSL250.07º69.76%59.8%-
HSV(B)250.07º63.84%87.84%-
XYZ22.2214.2772.1-
YUV104.48195.45128.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.61%
GREEN value IS 81 (32.03% from 255) = 19.76%
BLUE value IS 224 (87.89% from 255) = 54.63%
R=25.61%
G=19.76%
B=54.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal105812240.530.6400.12250.0769.7659.8
Hex6951E035400Cfa463c
Octal1511213406510001437210674
Binary1101001101000111100000110101100000001100111110101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6951E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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