Html Css Color HEX #6089AB Air Force Blue

📋 copy color: '#6089AB'

red 96 ◦ green 137 ◦ blue 171

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

Shades of Air Force Blue #6089AB

Tints of Air Force Blue #6089AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.33%

R = 23.76%
G = 33.91%
B = 42.33%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6089AB (or 0x6089AB) is known color: Air Force Blue. HEX triplet: 60, 89 and AB. RGB value is (96,137,171). Sum of RGB (Red+Green+Blue) = 96+137+171=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 137 (53.91% from 255 or 33.91% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 171 - color contains mainly: blue. Hex color #6089AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6089AB is #9F7654. Grayscale: #808080. Windows color (decimal): -10450517 or 11241824. OLE color: 11241824.

HSL color Cylindrical-coordinate representation of color #6089AB: hue angle of 207.2º degrees, saturation: 0.31, 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 #6089AB is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 137 171 -
CMYK 0.44 0.20 0 0.33
HSL 207.2º 0.31% 0.52% -
HSV(B) 207.2º 0.44% 0.67% -
XYZ 21.12 23.32 41.92 -
YUV 128.62 151.92 104.74 -
System Red Green Blue C M Y K H S L
Decimal 96 137 171 0.44 0.20 0 0.33 207.2 0.31 0.52
Hex 60 89 AB 2C 14 0 21 CF 1F 34
Octal 140 211 253 54 24 0 41 317 37 64
Binary 1100000 10001001 10101011 101100 10100 0 100001 11001111 11111 110100

Color Harmonies of #6089AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6089AB

Black with #6089AB

Text Example


Text Example

White with #6089AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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