Html Css Color HEX #617EA1 Air Force Blue

📋 copy color: '#617EA1'

red 97 ◦ green 126 ◦ blue 161

#617EA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Air Force Blue #617EA1

Tints of Air Force Blue #617EA1

RGB

 RED value IS 97 (38.28% from 255) = 25.26%

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 161 (63.28% from 255) = 41.93%

R = 25.26%
G = 32.81%
B = 41.93%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#617EA1 (or 0x617EA1) is known color: Air Force Blue. HEX triplet: 61, 7E and A1. RGB value is (97,126,161). Sum of RGB (Red+Green+Blue) = 97+126+161=384 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.26% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 161 (63.28% from 255 or 41.93% from 384); Max value from RGB is 161 - color contains mainly: blue. Hex color #617EA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617EA1 is #9E815E. Grayscale: #797979. Windows color (decimal): -10387807 or 10583649. OLE color: 10583649.

HSL color Cylindrical-coordinate representation of color #617EA1: hue angle of 212.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #617EA1 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 126 161 -
CMYK 0.40 0.22 0 0.37
HSL 212.81º 0.25% 0.51% -
HSV(B) 212.81º 0.4% 0.63% -
XYZ 18.82 20.04 36.59 -
YUV 121.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 97 126 161 0.40 0.22 0 0.37 212.81 0.25 0.51
Hex 61 7E A1 28 16 0 25 D5 19 33
Octal 141 176 241 50 26 0 45 325 31 63
Binary 1100001 1111110 10100001 101000 10110 0 100101 11010101 11001 110011

Color Harmonies of #617EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617EA1

Black with #617EA1

Text Example


Text Example

White with #617EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617EA1; }

 p { color: rgb(97,126,161); }

 H1.HeaderClassName
 {
   color: #617EA1;
 }
 .AnyTagClassName
 {
   color: #617EA1;
 }
</style>

background-color css

<style>
 a { background-color: #617EA1; }

 a { background-color: rgb(97,126,161); }

 div.DivClassName
 {
   background-color: #617EA1;
 }
 .BgClassName
 {
   background-color: #617EA1;
 }
</style>

border-color css

<style>
 span { border-color: #617EA1; }

 span { border-color: rgb(97,126,161); }

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