Html Css Color HEX #6990AF Air Force Blue

📋 copy color: '#6990AF'

red 105 ◦ green 144 ◦ blue 175

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

Shades of Air Force Blue #6990AF

Tints of Air Force Blue #6990AF

RGB

 RED value IS 105 (41.41% from 255) = 24.76%

 GREEN value IS 144 (56.64% from 255) = 33.96%

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

R = 24.76%
G = 33.96%
B = 41.27%

CMYK

 C value IS 0.40

 M value IS 0.18

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6990AF (or 0x6990AF) is known color: Air Force Blue. HEX triplet: 69, 90 and AF. RGB value is (105,144,175). Sum of RGB (Red+Green+Blue) = 105+144+175=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 144 (56.64% from 255 or 33.96% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #6990AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6990AF is #966F50. Grayscale: #878787. Windows color (decimal): -9858897 or 11505769. OLE color: 11505769.

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

Color convert

RGB 105 144 175 -
CMYK 0.40 0.18 0 0.31
HSL 206.57º 0.3% 0.55% -
HSV(B) 206.57º 0.4% 0.69% -
XYZ 23.54 26.04 44.34 -
YUV 135.87 150.08 105.98 -
System Red Green Blue C M Y K H S L
Decimal 105 144 175 0.40 0.18 0 0.31 206.57 0.3 0.55
Hex 69 90 AF 28 12 0 1F CF 1E 37
Octal 151 220 257 50 22 0 37 317 36 67
Binary 1101001 10010000 10101111 101000 10010 0 11111 11001111 11110 110111

Color Harmonies of #6990AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6990AF

Black with #6990AF

Text Example


Text Example

White with #6990AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,144,175); }

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

background-color css

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

 a { background-color: rgb(105,144,175); }

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

border-color css

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

 span { border-color: rgb(105,144,175); }

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