#6772AB

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

Shades of Chetwode Blue #6772AB

Tints of Chetwode Blue #6772AB

Color information

#6772AB (or 0x6772AB) is unknown color: approx Chetwode Blue. HEX triplet: 67, 72 and AB. RGB value is (103,114,171). Sum of RGB (Red+Green+Blue) = 103+114+171=388 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.55% from 388); Green value is 114 (44.92% from 255 or 29.38% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #6772AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6772AB is #988D54. Grayscale: #747474. Windows color (decimal): -9997653 or 11235943. OLE color: 11235943.

HSL color Cylindrical-coordinate representation of color #6772AB: hue angle of 230.29º 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 #6772AB is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB103114171-
CMYK0.400.3300.33
HSL230.29º28.81%53.73%-
HSV(B)230.29º39.77%67.06%-
XYZ18.9617.8640.98-
YUV117.21158.36117.87-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 26.55%
GREEN value IS 114 (44.92% from 255) = 29.38%
BLUE value IS 171 (67.19% from 255) = 44.07%
R=26.55%
G=29.38%
B=44.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1031141710.400.3300.33230.2928.8153.73
Hex6772AB2821021e61d36
Octal14716225350410413463566
Binary110011111100101010101110100010000101000011110011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6772AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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