#6962BF

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

Shades of Slate Blue #6962BF

Tints of Slate Blue #6962BF

Color information

#6962BF (or 0x6962BF) is unknown color: approx Slate Blue. HEX triplet: 69, 62 and BF. RGB value is (105,98,191). Sum of RGB (Red+Green+Blue) = 105+98+191=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 191 (75% from 255 or 48.48% from 394); Max value from RGB is 191 - color contains mainly: blue. Hex color #6962BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6962BF is #969D40. Grayscale: #6E6E6E. Windows color (decimal): -9870657 or 12542569. OLE color: 12542569.

HSL color Cylindrical-coordinate representation of color #6962BF: hue angle of 244.52º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6962BF is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10598191-
CMYK0.450.4900.25
HSL244.52º42.08%56.67%-
HSV(B)244.52º48.69%74.9%-
XYZ19.615.551.25-
YUV110.7173.32123.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 191 (75% from 255) = 48.48%
R=26.65%
G=24.87%
B=48.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105981910.450.4900.25244.5242.0856.67
Hex6962BF2D31019f52a39
Octal15114227755610313655271
Binary110100111000101011111110110111000101100111110101101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6962BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6962BF; }

 p { color: rgb(105,98,191); }

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

<style>
 a { background-color: #6962BF; }

 a { background-color: rgb(105,98,191); }

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

<style>
 span { border-color: #6962BF; }

 span { border-color: rgb(105,98,191); }

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