Html Css Color HEX #6090AA Air Force Blue

📋 copy color: '#6090AA'

red 96 ◦ green 144 ◦ blue 170

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

Shades of Air Force Blue #6090AA

Tints of Air Force Blue #6090AA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.12%

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

R = 23.41%
G = 35.12%
B = 41.46%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6090AA (or 0x6090AA) is known color: Air Force Blue. HEX triplet: 60, 90 and AA. RGB value is (96,144,170). Sum of RGB (Red+Green+Blue) = 96+144+170=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 144 (56.64% from 255 or 35.12% from 410); Blue value is 170 (66.80% from 255 or 41.46% from 410); Max value from RGB is 170 - color contains mainly: blue. Hex color #6090AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6090AA is #9F6F55. Grayscale: #848484. Windows color (decimal): -10448726 or 11178080. OLE color: 11178080.

HSL color Cylindrical-coordinate representation of color #6090AA: hue angle of 201.08º 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 #6090AA is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 144 170 -
CMYK 0.44 0.15 0 0.33
HSL 201.08º 0.3% 0.52% -
HSV(B) 201.08º 0.44% 0.67% -
XYZ 22.05 25.34 41.76 -
YUV 132.61 149.1 101.89 -
System Red Green Blue C M Y K H S L
Decimal 96 144 170 0.44 0.15 0 0.33 201.08 0.3 0.52
Hex 60 90 AA 2C F 0 21 C9 1E 34
Octal 140 220 252 54 17 0 41 311 36 64
Binary 1100000 10010000 10101010 101100 1111 0 100001 11001001 11110 110100

Color Harmonies of #6090AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6090AA

Black with #6090AA

Text Example


Text Example

White with #6090AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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