#696BCC

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

Shades of Slate Blue #696BCC

Tints of Slate Blue #696BCC

Color information

#696BCC (or 0x696BCC) is unknown color: approx Slate Blue. HEX triplet: 69, 6B and CC. RGB value is (105,107,204). Sum of RGB (Red+Green+Blue) = 105+107+204=416 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.24% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #696BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BCC is #969433. Grayscale: #757575. Windows color (decimal): -9868340 or 13396841. OLE color: 13396841.

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

Color convert

RGB105107204-
CMYK0.490.4800.2
HSL238.79º49.25%60.59%-
HSV(B)238.79º48.53%80%-
XYZ21.9817.8859.42-
YUV117.46176.84119.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.24%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=25.24%
G=25.72%
B=49.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1051072040.490.4800.2238.7949.2560.59
Hex696BCC3130014ef313d
Octal15115331461600243576175
Binary110100111010111100110011000111000001010011101111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,107,204); }

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

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

 a { background-color: rgb(105,107,204); }

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

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

 span { border-color: rgb(105,107,204); }

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