Html Css Color HEX #6688AF Air Force Blue

📋 copy color: '#6688AF'

red 102 ◦ green 136 ◦ blue 175

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

Shades of Air Force Blue #6688AF

Tints of Air Force Blue #6688AF

RGB

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

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

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

R = 24.7%
G = 32.93%
B = 42.37%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6688AF (or 0x6688AF) is known color: Air Force Blue. HEX triplet: 66, 88 and AF. RGB value is (102,136,175). Sum of RGB (Red+Green+Blue) = 102+136+175=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 136 (53.52% from 255 or 32.93% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #6688AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6688AF is #997750. Grayscale: #828282. Windows color (decimal): -10057553 or 11503718. OLE color: 11503718.

HSL color Cylindrical-coordinate representation of color #6688AF: hue angle of 212.05º 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 #6688AF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 102 136 175 -
CMYK 0.42 0.22 0 0.31
HSL 212.05º 0.31% 0.54% -
HSV(B) 212.05º 0.42% 0.69% -
XYZ 22.02 23.53 43.94 -
YUV 130.28 153.24 107.83 -
System Red Green Blue C M Y K H S L
Decimal 102 136 175 0.42 0.22 0 0.31 212.05 0.31 0.54
Hex 66 88 AF 2A 16 0 1F D4 1F 36
Octal 146 210 257 52 26 0 37 324 37 66
Binary 1100110 10001000 10101111 101010 10110 0 11111 11010100 11111 110110

Color Harmonies of #6688AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6688AF

Black with #6688AF

Text Example


Text Example

White with #6688AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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