Html Css Color HEX #6687AF Air Force Blue

📋 copy color: '#6687AF'

red 102 ◦ green 135 ◦ blue 175

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

Shades of Air Force Blue #6687AF

Tints of Air Force Blue #6687AF

RGB

 RED value IS 102 (40.23% from 255) = 24.76%

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

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

R = 24.76%
G = 32.77%
B = 42.48%

CMYK

 C value IS 0.42

 M value IS 0.23

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6687AF (or 0x6687AF) is known color: Air Force Blue. HEX triplet: 66, 87 and AF. RGB value is (102,135,175). Sum of RGB (Red+Green+Blue) = 102+135+175=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #6687AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6687AF is #997850. Grayscale: #818181. Windows color (decimal): -10057809 or 11503462. OLE color: 11503462.

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

Color convert

RGB 102 135 175 -
CMYK 0.42 0.23 0 0.31
HSL 212.88º 0.31% 0.54% -
HSV(B) 212.88º 0.42% 0.69% -
XYZ 21.88 23.25 43.89 -
YUV 129.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 102 135 175 0.42 0.23 0 0.31 212.88 0.31 0.54
Hex 66 87 AF 2A 17 0 1F D5 1F 36
Octal 146 207 257 52 27 0 37 325 37 66
Binary 1100110 10000111 10101111 101010 10111 0 11111 11010101 11111 110110

Color Harmonies of #6687AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6687AF

Black with #6687AF

Text Example


Text Example

White with #6687AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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