#616EAF

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

Shades of Chetwode Blue #616EAF

Tints of Chetwode Blue #616EAF

Color information

#616EAF (or 0x616EAF) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6E and AF. RGB value is (97,110,175). Sum of RGB (Red+Green+Blue) = 97+110+175=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #616EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616EAF is #9E9150. Grayscale: #717171. Windows color (decimal): -10391889 or 11497057. OLE color: 11497057.

HSL color Cylindrical-coordinate representation of color #616EAF: hue angle of 230º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #616EAF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97110175-
CMYK0.450.3700.31
HSL230º32.77%53.33%-
HSV(B)230º44.57%68.63%-
XYZ18.2416.7942.84-
YUV113.52162.69116.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.39%
GREEN value IS 110 (43.36% from 255) = 28.80%
BLUE value IS 175 (68.75% from 255) = 45.81%
R=25.39%
G=28.80%
B=45.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal971101750.450.3700.3123032.7753.33
Hex616EAF2D2501Fe62135
Octal14115625755450373464165
Binary110000111011101010111110110110010101111111100110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616EAF; }

 p { color: rgb(97,110,175); }

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

<style>
 a { background-color: #616EAF; }

 a { background-color: rgb(97,110,175); }

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

<style>
 span { border-color: #616EAF; }

 span { border-color: rgb(97,110,175); }

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