Html Css Color HEX #668DA6 Air Force Blue

📋 copy color: '#668DA6'

red 102 ◦ green 141 ◦ blue 166

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

Shades of Air Force Blue #668DA6

Tints of Air Force Blue #668DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 40.59%

R = 24.94%
G = 34.47%
B = 40.59%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#668DA6 (or 0x668DA6) is known color: Air Force Blue. HEX triplet: 66, 8D and A6. RGB value is (102,141,166). Sum of RGB (Red+Green+Blue) = 102+141+166=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: blue. Hex color #668DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668DA6 is #997259. Grayscale: #848484. Windows color (decimal): -10056282 or 10915174. OLE color: 10915174.

HSL color Cylindrical-coordinate representation of color #668DA6: hue angle of 203.44º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #668DA6 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 141 166 -
CMYK 0.39 0.15 0 0.35
HSL 203.44º 0.26% 0.53% -
HSV(B) 203.44º 0.39% 0.65% -
XYZ 21.89 24.63 39.68 -
YUV 132.19 147.08 106.47 -
System Red Green Blue C M Y K H S L
Decimal 102 141 166 0.39 0.15 0 0.35 203.44 0.26 0.53
Hex 66 8D A6 27 F 0 23 CB 1A 35
Octal 146 215 246 47 17 0 43 313 32 65
Binary 1100110 10001101 10100110 100111 1111 0 100011 11001011 11010 110101

Color Harmonies of #668DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668DA6

Black with #668DA6

Text Example


Text Example

White with #668DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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