#69709F

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

Shades of Chetwode Blue #69709F

Tints of Chetwode Blue #69709F

Color information

#69709F (or 0x69709F) is unknown color: approx Chetwode Blue. HEX triplet: 69, 70 and 9F. RGB value is (105,112,159). Sum of RGB (Red+Green+Blue) = 105+112+159=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #69709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #69709F is #968F60. Grayscale: #737373. Windows color (decimal): -9867105 or 10449001. OLE color: 10449001.

HSL color Cylindrical-coordinate representation of color #69709F: hue angle of 232.22º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #69709F is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB105112159-
CMYK0.340.3000.38
HSL232.22º21.95%51.76%-
HSV(B)232.22º33.96%62.35%-
XYZ17.8817.0935.16-
YUV115.26152.68120.68-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 112 (44.14% from 255) = 29.79%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=27.93%
G=29.79%
B=42.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1051121590.340.3000.38232.2221.9551.76
Hex69709F221E026e81634
Octal15116023742360463502664
Binary11010011110000100111111000101111001001101110100010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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