#6A769F

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

Shades of Chetwode Blue #6A769F

Tints of Chetwode Blue #6A769F

Color information

#6A769F (or 0x6A769F) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 76 and 9F. RGB value is (106,118,159). Sum of RGB (Red+Green+Blue) = 106+118+159=383 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.68% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A769F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A769F is #958960. Grayscale: #767676. Windows color (decimal): -9800033 or 10450538. OLE color: 10450538.

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

Color convert

RGB106118159-
CMYK0.330.2600.38
HSL226.42º21.63%51.96%-
HSV(B)226.42º33.33%62.35%-
XYZ18.6818.5235.39-
YUV119.09150.52118.67-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.68%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=27.68%
G=30.81%
B=41.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1061181590.330.2600.38226.4221.6351.96
Hex6A769F211A026e21634
Octal15216623741320463422664
Binary11010101110110100111111000011101001001101110001010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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