#696ABC

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

Shades of Chetwode Blue #696ABC

Tints of Chetwode Blue #696ABC

Color information

#696ABC (or 0x696ABC) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6A and BC. RGB value is (105,106,188). Sum of RGB (Red+Green+Blue) = 105+106+188=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #696ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696ABC is #969543. Grayscale: #727272. Windows color (decimal): -9868612 or 12348009. OLE color: 12348009.

HSL color Cylindrical-coordinate representation of color #696ABC: hue angle of 239.28º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #696ABC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB105106188-
CMYK0.440.4400.26
HSL239.28º38.25%57.45%-
HSV(B)239.28º44.15%73.73%-
XYZ20.0616.9449.79-
YUV115.05169.17120.83-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=26.32%
G=26.57%
B=47.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1051061880.440.4400.26239.2838.2557.45
Hex696ABC2C2C01Aef2639
Octal15115227454540323574671
Binary110100111010101011110010110010110001101011101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,106,188); }

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

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

 a { background-color: rgb(105,106,188); }

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

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

 span { border-color: rgb(105,106,188); }

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