#696CCB

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

Shades of Slate Blue #696CCB

Tints of Slate Blue #696CCB

Color information

#696CCB (or 0x696CCB) is unknown color: approx Slate Blue. HEX triplet: 69, 6C and CB. RGB value is (105,108,203). Sum of RGB (Red+Green+Blue) = 105+108+203=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 108 (42.58% from 255 or 25.96% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #696CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696CCB is #969334. Grayscale: #757575. Windows color (decimal): -9868085 or 13331561. OLE color: 13331561.

HSL color Cylindrical-coordinate representation of color #696CCB: hue angle of 238.16º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696CCB is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB105108203-
CMYK0.480.4700.20
HSL238.16º48.51%60.39%-
HSV(B)238.16º48.28%79.61%-
XYZ21.9718.0458.82-
YUV117.93176.01118.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 108 (42.58% from 255) = 25.96%
BLUE value IS 203 (79.69% from 255) = 48.80%
R=25.24%
G=25.96%
B=48.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1051082030.480.4700.20238.1648.5160.39
Hex696CCB302F014ee313c
Octal15115431360570243566174
Binary110100111011001100101111000010111101010011101110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696CCB; }

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

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

<style>
 a { background-color: #696CCB; }

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

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

<style>
 span { border-color: #696CCB; }

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

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