#6963BF

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

Shades of Slate Blue #6963BF

Tints of Slate Blue #6963BF

Color information

#6963BF (or 0x6963BF) is unknown color: approx Slate Blue. HEX triplet: 69, 63 and BF. RGB value is (105,99,191). Sum of RGB (Red+Green+Blue) = 105+99+191=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #6963BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6963BF is #969C40. Grayscale: #6E6E6E. Windows color (decimal): -9870401 or 12542825. OLE color: 12542825.

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

Color convert

RGB10599191-
CMYK0.450.4800.25
HSL243.91º41.82%56.86%-
HSV(B)243.91º48.17%74.9%-
XYZ19.6915.6951.28-
YUV111.28172.99123.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 191 (75% from 255) = 48.35%
R=26.58%
G=25.06%
B=48.35%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal105991910.450.4800.25243.9141.8256.86
Hex6963BF2D30019f42a39
Octal15114327755600313645271
Binary110100111000111011111110110111000001100111110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6963BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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