#69709D

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

Shades of Chetwode Blue #69709D

Tints of Chetwode Blue #69709D

Color information

#69709D (or 0x69709D) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and 9D. RGB value is (105,112,157). Sum of RGB (Red+Green+Blue) = 105+112+157=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #69709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69709D is #968F62. Grayscale: #727272. Windows color (decimal): -9867107 or 10317929. OLE color: 10317929.

HSL color Cylindrical-coordinate representation of color #69709D: hue angle of 231.92º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69709D is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105112157-
CMYK0.330.2900.38
HSL231.92º20.97%51.37%-
HSV(B)231.92º33.12%61.57%-
XYZ17.7117.0334.25-
YUV115.04151.68120.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.07%
GREEN value IS 112 (44.14% from 255) = 29.95%
BLUE value IS 157 (61.72% from 255) = 41.98%
R=28.07%
G=29.95%
B=41.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051121570.330.2900.38231.9220.9751.37
Hex69709D211D026e81533
Octal15116023541350463502563
Binary11010011110000100111011000011110101001101110100010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69709D; }

 p { color: rgb(105,112,157); }

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

<style>
 a { background-color: #69709D; }

 a { background-color: rgb(105,112,157); }

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

<style>
 span { border-color: #69709D; }

 span { border-color: rgb(105,112,157); }

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