#616FAF

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

Shades of Chetwode Blue #616FAF

Tints of Chetwode Blue #616FAF

Color information

#616FAF (or 0x616FAF) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6F and AF. RGB value is (97,111,175). Sum of RGB (Red+Green+Blue) = 97+111+175=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #616FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616FAF is #9E9050. Grayscale: #717171. Windows color (decimal): -10391633 or 11497313. OLE color: 11497313.

HSL color Cylindrical-coordinate representation of color #616FAF: hue angle of 229.23º 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 #616FAF is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB97111175-
CMYK0.450.3700.31
HSL229.23º32.77%53.33%-
HSV(B)229.23º44.57%68.63%-
XYZ18.3517.0142.87-
YUV114.11162.36115.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.33%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 175 (68.75% from 255) = 45.69%
R=25.33%
G=28.98%
B=45.69%

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
Decimal971111750.450.3700.31229.2332.7753.33
Hex616FAF2D2501Fe52135
Octal14115725755450373454165
Binary110000111011111010111110110110010101111111100101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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