Html Css Color HEX #608BA9 Air Force Blue

📋 copy color: '#608BA9'

red 96 ◦ green 139 ◦ blue 169

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

Shades of Air Force Blue #608BA9

Tints of Air Force Blue #608BA9

RGB

 RED value IS 96 (37.89% from 255) = 23.76%

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

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

R = 23.76%
G = 34.41%
B = 41.83%

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

#608BA9 (or 0x608BA9) is known color: Air Force Blue. HEX triplet: 60, 8B and A9. RGB value is (96,139,169). Sum of RGB (Red+Green+Blue) = 96+139+169=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 139 (54.69% from 255 or 34.41% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #608BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608BA9 is #9F7456. Grayscale: #818181. Windows color (decimal): -10450007 or 11111264. OLE color: 11111264.

HSL color Cylindrical-coordinate representation of color #608BA9: hue angle of 204.66º 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 #608BA9 is Cyan = 0.43, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 139 169 -
CMYK 0.43 0.18 0 0.34
HSL 204.66º 0.3% 0.52% -
HSV(B) 204.66º 0.43% 0.66% -
XYZ 21.22 23.82 41.01 -
YUV 129.56 150.25 104.06 -
System Red Green Blue C M Y K H S L
Decimal 96 139 169 0.43 0.18 0 0.34 204.66 0.3 0.52
Hex 60 8B A9 2B 12 0 22 CD 1E 34
Octal 140 213 251 53 22 0 42 315 36 64
Binary 1100000 10001011 10101001 101011 10010 0 100010 11001101 11110 110100

Color Harmonies of #608BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BA9

Black with #608BA9

Text Example


Text Example

White with #608BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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