#6E769D

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

Shades of Chetwode Blue #6E769D

Tints of Chetwode Blue #6E769D

Color information

#6E769D (or 0x6E769D) is unknown color: approx Chetwode Blue. HEX triplet: 6E, 76 and 9D. RGB value is (110,118,157). Sum of RGB (Red+Green+Blue) = 110+118+157=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E769D is #918962. Grayscale: #777777. Windows color (decimal): -9537891 or 10319470. OLE color: 10319470.

HSL color Cylindrical-coordinate representation of color #6E769D: hue angle of 229.79º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E769D is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110118157-
CMYK0.300.2500.38
HSL229.79º19.34%52.35%-
HSV(B)229.79º29.94%61.57%-
XYZ18.9918.7134.51-
YUV120.05148.85120.83-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.57%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 157 (61.72% from 255) = 40.78%
R=28.57%
G=30.65%
B=40.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101181570.300.2500.38229.7919.3452.35
Hex6E769D1E19026e61334
Octal15616623536310463462364
Binary1101110111011010011101111101100101001101110011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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