#6D769E

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

Shades of Chetwode Blue #6D769E

Tints of Chetwode Blue #6D769E

Color information

#6D769E (or 0x6D769E) is unknown color: approx Chetwode Blue. HEX triplet: 6D, 76 and 9E. RGB value is (109,118,158). Sum of RGB (Red+Green+Blue) = 109+118+158=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D769E is #928961. Grayscale: #777777. Windows color (decimal): -9603426 or 10385005. OLE color: 10385005.

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

Color convert

RGB109118158-
CMYK0.310.2500.38
HSL228.98º20.16%52.35%-
HSV(B)228.98º31.01%61.96%-
XYZ18.9618.6834.95-
YUV119.87149.52120.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 118 (46.48% from 255) = 30.65%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=28.31%
G=30.65%
B=41.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091181580.310.2500.38228.9820.1652.35
Hex6D769E1F19026e51434
Octal15516623637310463452464
Binary1101101111011010011110111111100101001101110010110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,118,158); }

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

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

 a { background-color: rgb(109,118,158); }

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

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

 span { border-color: rgb(109,118,158); }

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