Html Css Color HEX #6087AC Air Force Blue

📋 copy color: '#6087AC'

red 96 ◦ green 135 ◦ blue 172

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

Shades of Air Force Blue #6087AC

Tints of Air Force Blue #6087AC

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.5%

 BLUE value IS 172 (67.58% from 255) = 42.68%

R = 23.82%
G = 33.5%
B = 42.68%

CMYK

 C value IS 0.44

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6087AC (or 0x6087AC) is known color: Air Force Blue. HEX triplet: 60, 87 and AC. RGB value is (96,135,172). Sum of RGB (Red+Green+Blue) = 96+135+172=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 172 - color contains mainly: blue. Hex color #6087AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6087AC is #9F7853. Grayscale: #7F7F7F. Windows color (decimal): -10451028 or 11306848. OLE color: 11306848.

HSL color Cylindrical-coordinate representation of color #6087AC: hue angle of 209.21º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6087AC is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 135 172 -
CMYK 0.44 0.22 0 0.33
HSL 209.21º 0.31% 0.53% -
HSV(B) 209.21º 0.44% 0.67% -
XYZ 20.93 22.79 42.33 -
YUV 127.56 153.08 105.49 -
System Red Green Blue C M Y K H S L
Decimal 96 135 172 0.44 0.22 0 0.33 209.21 0.31 0.53
Hex 60 87 AC 2C 16 0 21 D1 1F 35
Octal 140 207 254 54 26 0 41 321 37 65
Binary 1100000 10000111 10101100 101100 10110 0 100001 11010001 11111 110101

Color Harmonies of #6087AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087AC

Black with #6087AC

Text Example


Text Example

White with #6087AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6087AC; }

 p { color: rgb(96,135,172); }

 H1.HeaderClassName
 {
   color: #6087AC;
 }
 .AnyTagClassName
 {
   color: #6087AC;
 }
</style>

background-color css

<style>
 a { background-color: #6087AC; }

 a { background-color: rgb(96,135,172); }

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

border-color css

<style>
 span { border-color: #6087AC; }

 span { border-color: rgb(96,135,172); }

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