#6960BF

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

Shades of Slate Blue #6960BF

Tints of Slate Blue #6960BF

Color information

#6960BF (or 0x6960BF) is unknown color: approx Slate Blue. HEX triplet: 69, 60 and BF. RGB value is (105,96,191). Sum of RGB (Red+Green+Blue) = 105+96+191=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #6960BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960BF is #969F40. Grayscale: #6D6D6D. Windows color (decimal): -9871169 or 12542057. OLE color: 12542057.

HSL color Cylindrical-coordinate representation of color #6960BF: hue angle of 245.68º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6960BF is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10596191-
CMYK0.450.5000.25
HSL245.68º42.6%56.27%-
HSV(B)245.68º49.74%74.9%-
XYZ19.4115.1351.19-
YUV109.52173.98124.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 96 (37.89% from 255) = 24.49%
BLUE value IS 191 (75% from 255) = 48.72%
R=26.79%
G=24.49%
B=48.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105961910.450.5000.25245.6842.656.27
Hex6960BF2D32019f62b38
Octal15114027755620313665370
Binary110100111000001011111110110111001001100111110110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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