#6771AF

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

Shades of Chetwode Blue #6771AF

Tints of Chetwode Blue #6771AF

Color information

#6771AF (or 0x6771AF) is unknown color: approx Chetwode Blue. HEX triplet: 67, 71 and AF. RGB value is (103,113,175). Sum of RGB (Red+Green+Blue) = 103+113+175=391 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.34% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 175 (68.75% from 255 or 44.76% from 391); Max value from RGB is 175 - color contains mainly: blue. Hex color #6771AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6771AF is #988E50. Grayscale: #747474. Windows color (decimal): -9997905 or 11497831. OLE color: 11497831.

HSL color Cylindrical-coordinate representation of color #6771AF: hue angle of 231.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6771AF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB103113175-
CMYK0.410.3500.31
HSL231.67º31.03%54.51%-
HSV(B)231.67º41.14%68.63%-
XYZ19.2417.7942.98-
YUV117.08160.69117.96-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.34%
GREEN value IS 113 (44.53% from 255) = 28.90%
BLUE value IS 175 (68.75% from 255) = 44.76%
R=26.34%
G=28.90%
B=44.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1031131750.410.3500.31231.6731.0354.51
Hex6771AF292301Fe81f37
Octal14716125751430373503767
Binary11001111110001101011111010011000110111111110100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6771AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6771AF; }

 p { color: rgb(103,113,175); }

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

<style>
 a { background-color: #6771AF; }

 a { background-color: rgb(103,113,175); }

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

<style>
 span { border-color: #6771AF; }

 span { border-color: rgb(103,113,175); }

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