#696BBB

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

Shades of Chetwode Blue #696BBB

Tints of Chetwode Blue #696BBB

Color information

#696BBB (or 0x696BBB) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and BB. RGB value is (105,107,187). Sum of RGB (Red+Green+Blue) = 105+107+187=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #696BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BBB is #969444. Grayscale: #737373. Windows color (decimal): -9868357 or 12282729. OLE color: 12282729.

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

Color convert

RGB105107187-
CMYK0.440.4300.27
HSL238.54º37.61%57.25%-
HSV(B)238.54º43.85%73.33%-
XYZ20.0517.1149.26-
YUV115.52168.34120.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 107 (42.19% from 255) = 26.82%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=26.32%
G=26.82%
B=46.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1051071870.440.4300.27238.5437.6157.25
Hex696BBB2C2B01Bef2639
Octal15115327354530333574671
Binary110100111010111011101110110010101101101111101111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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