Html Css Color HEX #6089AA Air Force Blue

📋 copy color: '#6089AA'

red 96 ◦ green 137 ◦ blue 170

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

Shades of Air Force Blue #6089AA

Tints of Air Force Blue #6089AA

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

 BLUE value IS 170 (66.8% from 255) = 42.18%

R = 23.82%
G = 34%
B = 42.18%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6089AA (or 0x6089AA) is known color: Air Force Blue. HEX triplet: 60, 89 and AA. RGB value is (96,137,170). Sum of RGB (Red+Green+Blue) = 96+137+170=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 170 (66.80% from 255 or 42.18% from 403); Max value from RGB is 170 - color contains mainly: blue. Hex color #6089AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6089AA is #9F7655. Grayscale: #808080. Windows color (decimal): -10450518 or 11176288. OLE color: 11176288.

HSL color Cylindrical-coordinate representation of color #6089AA: hue angle of 206.76º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6089AA is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 137 170 -
CMYK 0.44 0.19 0 0.33
HSL 206.76º 0.3% 0.52% -
HSV(B) 206.76º 0.44% 0.67% -
XYZ 21.03 23.28 41.42 -
YUV 128.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 96 137 170 0.44 0.19 0 0.33 206.76 0.3 0.52
Hex 60 89 AA 2C 13 0 21 CF 1E 34
Octal 140 211 252 54 23 0 41 317 36 64
Binary 1100000 10001001 10101010 101100 10011 0 100001 11001111 11110 110100

Color Harmonies of #6089AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6089AA

Black with #6089AA

Text Example


Text Example

White with #6089AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6089AA; }

 p { color: rgb(96,137,170); }

 H1.HeaderClassName
 {
   color: #6089AA;
 }
 .AnyTagClassName
 {
   color: #6089AA;
 }
</style>

background-color css

<style>
 a { background-color: #6089AA; }

 a { background-color: rgb(96,137,170); }

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

border-color css

<style>
 span { border-color: #6089AA; }

 span { border-color: rgb(96,137,170); }

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