#6959CB

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

Shades of Slate Blue #6959CB

Tints of Slate Blue #6959CB

Color information

#6959CB (or 0x6959CB) is unknown color: approx Slate Blue. HEX triplet: 69, 59 and CB. RGB value is (105,89,203). Sum of RGB (Red+Green+Blue) = 105+89+203=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #6959CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6959CB is #96A634. Grayscale: #6A6A6A. Windows color (decimal): -9872949 or 13326697. OLE color: 13326697.

HSL color Cylindrical-coordinate representation of color #6959CB: hue angle of 248.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6959CB is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10589203-
CMYK0.480.5600.20
HSL248.42º52.29%57.25%-
HSV(B)248.42º56.16%79.61%-
XYZ20.1814.4658.23-
YUV106.78182.3126.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 203 (79.69% from 255) = 51.13%
R=26.45%
G=22.42%
B=51.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal105892030.480.5600.20248.4252.2957.25
Hex6959CB3038014f83439
Octal15113131360700243706471
Binary110100110110011100101111000011100001010011111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6959CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6959CB; }

 p { color: rgb(105,89,203); }

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

<style>
 a { background-color: #6959CB; }

 a { background-color: rgb(105,89,203); }

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

<style>
 span { border-color: #6959CB; }

 span { border-color: rgb(105,89,203); }

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