#6960C7

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

Shades of Slate Blue #6960C7

Tints of Slate Blue #6960C7

Color information

#6960C7 (or 0x6960C7) is unknown color: approx Slate Blue. HEX triplet: 69, 60 and C7. RGB value is (105,96,199). Sum of RGB (Red+Green+Blue) = 105+96+199=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 96 (37.89% from 255 or 24% from 400); Blue value is 199 (78.12% from 255 or 49.75% from 400); Max value from RGB is 199 - color contains mainly: blue. Hex color #6960C7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6960C7 is #969F38. Grayscale: #6E6E6E. Windows color (decimal): -9871161 or 13066345. OLE color: 13066345.

HSL color Cylindrical-coordinate representation of color #6960C7: hue angle of 245.24º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6960C7 is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10596199-
CMYK0.470.5200.22
HSL245.24º47.91%57.84%-
HSV(B)245.24º51.76%78.04%-
XYZ20.3215.4955.95-
YUV110.43177.98124.12-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.25%
GREEN value IS 96 (37.89% from 255) = 24%
BLUE value IS 199 (78.12% from 255) = 49.75%
R=26.25%
G=24%
B=49.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal105961990.470.5200.22245.2447.9157.84
Hex6960C72F34016f5303a
Octal15114030757640263656072
Binary110100111000001100011110111111010001011011110101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6960C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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