Html Css Color HEX #6088AA Air Force Blue

📋 copy color: '#6088AA'

red 96 ◦ green 136 ◦ blue 170

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

Shades of Air Force Blue #6088AA

Tints of Air Force Blue #6088AA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 23.88%
G = 33.83%
B = 42.29%

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

#6088AA (or 0x6088AA) is known color: Air Force Blue. HEX triplet: 60, 88 and AA. RGB value is (96,136,170). Sum of RGB (Red+Green+Blue) = 96+136+170=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 170 (66.80% from 255 or 42.29% from 402); Max value from RGB is 170 - color contains mainly: blue. Hex color #6088AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6088AA is #9F7755. Grayscale: #7F7F7F. Windows color (decimal): -10450774 or 11176032. OLE color: 11176032.

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

Color convert

RGB 96 136 170 -
CMYK 0.44 0.20 0 0.33
HSL 207.57º 0.3% 0.52% -
HSV(B) 207.57º 0.44% 0.67% -
XYZ 20.88 23 41.37 -
YUV 127.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 96 136 170 0.44 0.20 0 0.33 207.57 0.3 0.52
Hex 60 88 AA 2C 14 0 21 D0 1E 34
Octal 140 210 252 54 24 0 41 320 36 64
Binary 1100000 10001000 10101010 101100 10100 0 100001 11010000 11110 110100

Color Harmonies of #6088AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6088AA

Black with #6088AA

Text Example


Text Example

White with #6088AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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