Html Css Color HEX #6888AF Air Force Blue

📋 copy color: '#6888AF'

red 104 ◦ green 136 ◦ blue 175

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

Shades of Air Force Blue #6888AF

Tints of Air Force Blue #6888AF

RGB

 RED value IS 104 (41.02% from 255) = 25.06%

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

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

R = 25.06%
G = 32.77%
B = 42.17%

CMYK

 C value IS 0.41

 M value IS 0.22

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6888AF (or 0x6888AF) is known color: Air Force Blue. HEX triplet: 68, 88 and AF. RGB value is (104,136,175). Sum of RGB (Red+Green+Blue) = 104+136+175=415 (54% of max value = 765). Red value is 104 (41.02% from 255 or 25.06% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #6888AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6888AF is #977750. Grayscale: #828282. Windows color (decimal): -9926481 or 11503720. OLE color: 11503720.

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

Color convert

RGB 104 136 175 -
CMYK 0.41 0.22 0 0.31
HSL 212.96º 0.31% 0.55% -
HSV(B) 212.96º 0.41% 0.69% -
XYZ 22.25 23.65 43.95 -
YUV 130.88 152.9 108.83 -
System Red Green Blue C M Y K H S L
Decimal 104 136 175 0.41 0.22 0 0.31 212.96 0.31 0.55
Hex 68 88 AF 29 16 0 1F D5 1F 37
Octal 150 210 257 51 26 0 37 325 37 67
Binary 1101000 10001000 10101111 101001 10110 0 11111 11010101 11111 110111

Color Harmonies of #6888AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6888AF

Black with #6888AF

Text Example


Text Example

White with #6888AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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