Html Css Color HEX #6693A9 Air Force Blue

📋 copy color: '#6693A9'

red 102 ◦ green 147 ◦ blue 169

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

Shades of Air Force Blue #6693A9

Tints of Air Force Blue #6693A9

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 169 (66.41% from 255) = 40.43%

R = 24.4%
G = 35.17%
B = 40.43%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#6693A9 (or 0x6693A9) is known color: Air Force Blue. HEX triplet: 66, 93 and A9. RGB value is (102,147,169). Sum of RGB (Red+Green+Blue) = 102+147+169=418 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.40% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 169 (66.41% from 255 or 40.43% from 418); Max value from RGB is 169 - color contains mainly: blue. Hex color #6693A9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6693A9 is #996C56. Grayscale: #878787. Windows color (decimal): -10054743 or 11113318. OLE color: 11113318.

HSL color Cylindrical-coordinate representation of color #6693A9: hue angle of 199.7º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6693A9 is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 147 169 -
CMYK 0.40 0.13 0 0.34
HSL 199.7º 0.28% 0.53% -
HSV(B) 199.7º 0.4% 0.66% -
XYZ 23.07 26.56 41.45 -
YUV 136.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 102 147 169 0.40 0.13 0 0.34 199.7 0.28 0.53
Hex 66 93 A9 28 D 0 22 C8 1C 35
Octal 146 223 251 50 15 0 42 310 34 65
Binary 1100110 10010011 10101001 101000 1101 0 100010 11001000 11100 110101

Color Harmonies of #6693A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6693A9

Black with #6693A9

Text Example


Text Example

White with #6693A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6693A9; }

 p { color: rgb(102,147,169); }

 H1.HeaderClassName
 {
   color: #6693A9;
 }
 .AnyTagClassName
 {
   color: #6693A9;
 }
</style>

background-color css

<style>
 a { background-color: #6693A9; }

 a { background-color: rgb(102,147,169); }

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

border-color css

<style>
 span { border-color: #6693A9; }

 span { border-color: rgb(102,147,169); }

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