Html Css Color HEX #668DAD Air Force Blue

📋 copy color: '#668DAD'

red 102 ◦ green 141 ◦ blue 173

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

Shades of Air Force Blue #668DAD

Tints of Air Force Blue #668DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.89%

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

R = 24.52%
G = 33.89%
B = 41.59%

CMYK

 C value IS 0.41

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#668DAD (or 0x668DAD) is known color: Air Force Blue. HEX triplet: 66, 8D and AD. RGB value is (102,141,173). Sum of RGB (Red+Green+Blue) = 102+141+173=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #668DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DAD is #997252. Grayscale: #848484. Windows color (decimal): -10056275 or 11373926. OLE color: 11373926.

HSL color Cylindrical-coordinate representation of color #668DAD: hue angle of 207.04º 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 #668DAD is Cyan = 0.41, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 141 173 -
CMYK 0.41 0.18 0 0.32
HSL 207.04º 0.3% 0.54% -
HSV(B) 207.04º 0.41% 0.68% -
XYZ 22.55 24.89 43.15 -
YUV 132.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 102 141 173 0.41 0.18 0 0.32 207.04 0.3 0.54
Hex 66 8D AD 29 12 0 20 CF 1E 36
Octal 146 215 255 51 22 0 40 317 36 66
Binary 1100110 10001101 10101101 101001 10010 0 100000 11001111 11110 110110

Color Harmonies of #668DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DAD

Black with #668DAD

Text Example


Text Example

White with #668DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668DAD; }

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

 H1.HeaderClassName
 {
   color: #668DAD;
 }
 .AnyTagClassName
 {
   color: #668DAD;
 }
</style>

background-color css

<style>
 a { background-color: #668DAD; }

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

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

border-color css

<style>
 span { border-color: #668DAD; }

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

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