#6771AD

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

Shades of Chetwode Blue #6771AD

Tints of Chetwode Blue #6771AD

Color information

#6771AD (or 0x6771AD) is unknown color: approx Chetwode Blue. HEX triplet: 67, 71 and AD. RGB value is (103,113,173). Sum of RGB (Red+Green+Blue) = 103+113+173=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #6771AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6771AD is #988E52. Grayscale: #747474. Windows color (decimal): -9997907 or 11366759. OLE color: 11366759.

HSL color Cylindrical-coordinate representation of color #6771AD: hue angle of 231.43º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6771AD is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB103113173-
CMYK0.400.3500.32
HSL231.43º29.91%54.12%-
HSV(B)231.43º40.46%67.84%-
XYZ19.0417.7141.95-
YUV116.85159.69118.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.48%
GREEN value IS 113 (44.53% from 255) = 29.05%
BLUE value IS 173 (67.97% from 255) = 44.47%
R=26.48%
G=29.05%
B=44.47%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1031131730.400.3500.32231.4329.9154.12
Hex6771AD2823020e71e36
Octal14716125550430403473666
Binary110011111100011010110110100010001101000001110011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6771AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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