#6771AC

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

Shades of Chetwode Blue #6771AC

Tints of Chetwode Blue #6771AC

Color information

#6771AC (or 0x6771AC) is unknown color: approx Chetwode Blue. HEX triplet: 67, 71 and AC. RGB value is (103,113,172). Sum of RGB (Red+Green+Blue) = 103+113+172=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #6771AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6771AC is #988E53. Grayscale: #747474. Windows color (decimal): -9997908 or 11301223. OLE color: 11301223.

HSL color Cylindrical-coordinate representation of color #6771AC: hue angle of 231.3º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6771AC is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103113172-
CMYK0.400.3400.33
HSL231.3º29.36%53.92%-
HSV(B)231.3º40.12%67.45%-
XYZ18.9517.6741.44-
YUV116.74159.19118.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.55%
GREEN value IS 113 (44.53% from 255) = 29.12%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=26.55%
G=29.12%
B=44.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031131720.400.3400.33231.329.3653.92
Hex6771AC2822021e71d36
Octal14716125450420413473566
Binary110011111100011010110010100010001001000011110011111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6771AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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