#6775AA

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

Shades of Chetwode Blue #6775AA

Tints of Chetwode Blue #6775AA

Color information

#6775AA (or 0x6775AA) is unknown color: approx Chetwode Blue. HEX triplet: 67, 75 and AA. RGB value is (103,117,170). Sum of RGB (Red+Green+Blue) = 103+117+170=390 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.41% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #6775AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6775AA is #988A55. Grayscale: #767676. Windows color (decimal): -9996886 or 11171175. OLE color: 11171175.

HSL color Cylindrical-coordinate representation of color #6775AA: hue angle of 227.46º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6775AA is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103117170-
CMYK0.390.3100.33
HSL227.46º28.27%53.53%-
HSV(B)227.46º39.41%66.67%-
XYZ19.2118.5140.59-
YUV118.86156.86116.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.41%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 170 (66.80% from 255) = 43.59%
R=26.41%
G=30%
B=43.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031171700.390.3100.33227.4628.2753.53
Hex6775AA271F021e31c36
Octal14716525247370413433466
Binary11001111110101101010101001111111101000011110001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6775AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6775AA; }

 p { color: rgb(103,117,170); }

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

<style>
 a { background-color: #6775AA; }

 a { background-color: rgb(103,117,170); }

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

<style>
 span { border-color: #6775AA; }

 span { border-color: rgb(103,117,170); }

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