#696BB3

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

Shades of Chetwode Blue #696BB3

Tints of Chetwode Blue #696BB3

Color information

#696BB3 (or 0x696BB3) is unknown color: approx Chetwode Blue. HEX triplet: 69, 6B and B3. RGB value is (105,107,179). Sum of RGB (Red+Green+Blue) = 105+107+179=391 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.85% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 179 (70.31% from 255 or 45.78% from 391); Max value from RGB is 179 - color contains mainly: blue. Hex color #696BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #696BB3 is #96944C. Grayscale: #727272. Windows color (decimal): -9868365 or 11758441. OLE color: 11758441.

HSL color Cylindrical-coordinate representation of color #696BB3: hue angle of 238.38º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #696BB3 is Cyan = 0.41, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB105107179-
CMYK0.410.4000.30
HSL238.38º32.74%55.69%-
HSV(B)238.38º41.34%70.2%-
XYZ19.2216.7744.87-
YUV114.61164.34121.15-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.85%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 179 (70.31% from 255) = 45.78%
R=26.85%
G=27.37%
B=45.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1051071790.410.4000.30238.3832.7455.69
Hex696BB3292801Eee2138
Octal15115326351500363564170
Binary110100111010111011001110100110100001111011101110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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