#6A78AD

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

Shades of Chetwode Blue #6A78AD

Tints of Chetwode Blue #6A78AD

Color information

#6A78AD (or 0x6A78AD) is unknown color: approx Chetwode Blue. HEX triplet: 6A, 78 and AD. RGB value is (106,120,173). Sum of RGB (Red+Green+Blue) = 106+120+173=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A78AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A78AD is #958752. Grayscale: #797979. Windows color (decimal): -9799507 or 11368554. OLE color: 11368554.

HSL color Cylindrical-coordinate representation of color #6A78AD: hue angle of 227.46º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A78AD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB106120173-
CMYK0.390.3100.32
HSL227.46º29%54.71%-
HSV(B)227.46º38.73%67.84%-
XYZ20.219.5142.24-
YUV121.86156.86116.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 120 (47.27% from 255) = 30.08%
BLUE value IS 173 (67.97% from 255) = 43.36%
R=26.57%
G=30.08%
B=43.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061201730.390.3100.32227.462954.71
Hex6A78AD271F020e31d37
Octal15217025547370403433567
Binary11010101111000101011011001111111101000001110001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,120,173); }

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

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

 a { background-color: rgb(106,120,173); }

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

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

 span { border-color: rgb(106,120,173); }

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