Html Css Color HEX #6087AF Air Force Blue

📋 copy color: '#6087AF'

red 96 ◦ green 135 ◦ blue 175

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

Shades of Air Force Blue #6087AF

Tints of Air Force Blue #6087AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.1%

R = 23.65%
G = 33.25%
B = 43.1%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6087AF (or 0x6087AF) is known color: Air Force Blue. HEX triplet: 60, 87 and AF. RGB value is (96,135,175). Sum of RGB (Red+Green+Blue) = 96+135+175=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 135 (53.12% from 255 or 33.25% from 406); Blue value is 175 (68.75% from 255 or 43.10% from 406); Max value from RGB is 175 - color contains mainly: blue. Hex color #6087AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6087AF is #9F7850. Grayscale: #7F7F7F. Windows color (decimal): -10451025 or 11503456. OLE color: 11503456.

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

Color convert

RGB 96 135 175 -
CMYK 0.45 0.23 0 0.31
HSL 210.38º 0.33% 0.53% -
HSV(B) 210.38º 0.45% 0.69% -
XYZ 21.23 22.91 43.86 -
YUV 127.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 96 135 175 0.45 0.23 0 0.31 210.38 0.33 0.53
Hex 60 87 AF 2D 17 0 1F D2 21 35
Octal 140 207 257 55 27 0 37 322 41 65
Binary 1100000 10000111 10101111 101101 10111 0 11111 11010010 100001 110101

Color Harmonies of #6087AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6087AF

Black with #6087AF

Text Example


Text Example

White with #6087AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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