#6772AF

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

Shades of Chetwode Blue #6772AF

Tints of Chetwode Blue #6772AF

Color information

#6772AF (or 0x6772AF) is unknown color: approx Chetwode Blue. HEX triplet: 67, 72 and AF. RGB value is (103,114,175). Sum of RGB (Red+Green+Blue) = 103+114+175=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #6772AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6772AF is #988D50. Grayscale: #757575. Windows color (decimal): -9997649 or 11498087. OLE color: 11498087.

HSL color Cylindrical-coordinate representation of color #6772AF: hue angle of 230.83º 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 #6772AF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB103114175-
CMYK0.410.3500.31
HSL230.83º31.03%54.51%-
HSV(B)230.83º41.14%68.63%-
XYZ19.3518.0143.01-
YUV117.66160.36117.54-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.28%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 175 (68.75% from 255) = 44.64%
R=26.28%
G=29.08%
B=44.64%

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
Decimal1031141750.410.3500.31230.8331.0354.51
Hex6772AF292301Fe71f37
Octal14716225751430373473767
Binary11001111110010101011111010011000110111111110011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6772AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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