#6E769F

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

Shades of Chetwode Blue #6E769F

Tints of Chetwode Blue #6E769F

Color information

#6E769F (or 0x6E769F) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 76 and 9F. RGB value is (110,118,159). Sum of RGB (Red+Green+Blue) = 110+118+159=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 159 (62.5% from 255 or 41.09% from 387); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E769F is #918960. Grayscale: #787878. Windows color (decimal): -9537889 or 10450542. OLE color: 10450542.

HSL color Cylindrical-coordinate representation of color #6E769F: hue angle of 230.2º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E769F is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110118159-
CMYK0.310.2600.38
HSL230.2º20.33%52.75%-
HSV(B)230.2º30.82%62.35%-
XYZ19.1718.7835.41-
YUV120.28149.85120.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.42%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 159 (62.5% from 255) = 41.09%
R=28.42%
G=30.49%
B=41.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101181590.310.2600.38230.220.3352.75
Hex6E769F1F1A026e61435
Octal15616623737320463462465
Binary1101110111011010011111111111101001001101110011010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E769F; }

 p { color: rgb(110,118,159); }

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

<style>
 a { background-color: #6E769F; }

 a { background-color: rgb(110,118,159); }

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

<style>
 span { border-color: #6E769F; }

 span { border-color: rgb(110,118,159); }

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