Html Css Color HEX #618BA9 Air Force Blue

📋 copy color: '#618BA9'

red 97 ◦ green 139 ◦ blue 169

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

Shades of Air Force Blue #618BA9

Tints of Air Force Blue #618BA9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

 BLUE value IS 169 (66.41% from 255) = 41.73%

R = 23.95%
G = 34.32%
B = 41.73%

CMYK

 C value IS 0.43

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#618BA9 (or 0x618BA9) is known color: Air Force Blue. HEX triplet: 61, 8B and A9. RGB value is (97,139,169). Sum of RGB (Red+Green+Blue) = 97+139+169=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 169 - color contains mainly: blue. Hex color #618BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618BA9 is #9E7456. Grayscale: #818181. Windows color (decimal): -10384471 or 11111265. OLE color: 11111265.

HSL color Cylindrical-coordinate representation of color #618BA9: hue angle of 205º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #618BA9 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 97 139 169 -
CMYK 0.43 0.18 0 0.34
HSL 205º 0.3% 0.52% -
HSV(B) 205º 0.43% 0.66% -
XYZ 21.32 23.87 41.02 -
YUV 129.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 97 139 169 0.43 0.18 0 0.34 205 0.3 0.52
Hex 61 8B A9 2B 12 0 22 CD 1E 34
Octal 141 213 251 53 22 0 42 315 36 64
Binary 1100001 10001011 10101001 101011 10010 0 100010 11001101 11110 110100

Color Harmonies of #618BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BA9

Black with #618BA9

Text Example


Text Example

White with #618BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618BA9; }

 p { color: rgb(97,139,169); }

 H1.HeaderClassName
 {
   color: #618BA9;
 }
 .AnyTagClassName
 {
   color: #618BA9;
 }
</style>

background-color css

<style>
 a { background-color: #618BA9; }

 a { background-color: rgb(97,139,169); }

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

border-color css

<style>
 span { border-color: #618BA9; }

 span { border-color: rgb(97,139,169); }

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