Html Css Color HEX #6693AD Air Force Blue

📋 copy color: '#6693AD'

red 102 ◦ green 147 ◦ blue 173

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

Shades of Air Force Blue #6693AD

Tints of Air Force Blue #6693AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41%

R = 24.17%
G = 34.83%
B = 41%

CMYK

 C value IS 0.41

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6693AD (or 0x6693AD) is known color: Air Force Blue. HEX triplet: 66, 93 and AD. RGB value is (102,147,173). Sum of RGB (Red+Green+Blue) = 102+147+173=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #6693AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6693AD is #996C52. Grayscale: #888888. Windows color (decimal): -10054739 or 11375462. OLE color: 11375462.

HSL color Cylindrical-coordinate representation of color #6693AD: hue angle of 201.97º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6693AD is Cyan = 0.41, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 147 173 -
CMYK 0.41 0.15 0 0.32
HSL 201.97º 0.3% 0.54% -
HSV(B) 201.97º 0.41% 0.68% -
XYZ 23.46 26.71 43.45 -
YUV 136.51 148.59 103.39 -
System Red Green Blue C M Y K H S L
Decimal 102 147 173 0.41 0.15 0 0.32 201.97 0.3 0.54
Hex 66 93 AD 29 F 0 20 CA 1E 36
Octal 146 223 255 51 17 0 40 312 36 66
Binary 1100110 10010011 10101101 101001 1111 0 100000 11001010 11110 110110

Color Harmonies of #6693AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6693AD

Black with #6693AD

Text Example


Text Example

White with #6693AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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