#696BAF

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

Shades of Chetwode Blue #696BAF

Tints of Chetwode Blue #696BAF

Color information

#696BAF (or 0x696BAF) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and AF. RGB value is (105,107,175). Sum of RGB (Red+Green+Blue) = 105+107+175=387 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.13% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #696BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #696BAF is #969450. Grayscale: #717171. Windows color (decimal): -9868369 or 11496297. OLE color: 11496297.

HSL color Cylindrical-coordinate representation of color #696BAF: hue angle of 238.29º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #696BAF is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB105107175-
CMYK0.400.3900.31
HSL238.29º30.43%54.9%-
HSV(B)238.29º40%68.63%-
XYZ18.8216.6142.77-
YUV114.15162.34121.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.13%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 175 (68.75% from 255) = 45.22%
R=27.13%
G=27.65%
B=45.22%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1051071750.400.3900.31238.2930.4354.9
Hex696BAF282701Fee1e37
Octal15115325750470373563667
Binary11010011101011101011111010001001110111111110111011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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