Html Css Color HEX #668EAC Air Force Blue

📋 copy color: '#668EAC'

red 102 ◦ green 142 ◦ blue 172

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

Shades of Air Force Blue #668EAC

Tints of Air Force Blue #668EAC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 24.52%
G = 34.13%
B = 41.35%

CMYK

 C value IS 0.41

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#668EAC (or 0x668EAC) is known color: Air Force Blue. HEX triplet: 66, 8E and AC. RGB value is (102,142,172). Sum of RGB (Red+Green+Blue) = 102+142+172=416 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.52% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #668EAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668EAC is #997153. Grayscale: #858585. Windows color (decimal): -10056020 or 11308646. OLE color: 11308646.

HSL color Cylindrical-coordinate representation of color #668EAC: hue angle of 205.71º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #668EAC is Cyan = 0.41, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 142 172 -
CMYK 0.41 0.17 0 0.33
HSL 205.71º 0.3% 0.54% -
HSV(B) 205.71º 0.41% 0.67% -
XYZ 22.6 25.15 42.69 -
YUV 133.46 149.75 105.56 -
System Red Green Blue C M Y K H S L
Decimal 102 142 172 0.41 0.17 0 0.33 205.71 0.3 0.54
Hex 66 8E AC 29 11 0 21 CE 1E 36
Octal 146 216 254 51 21 0 41 316 36 66
Binary 1100110 10001110 10101100 101001 10001 0 100001 11001110 11110 110110

Color Harmonies of #668EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668EAC

Black with #668EAC

Text Example


Text Example

White with #668EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,142,172); }

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

background-color css

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

 a { background-color: rgb(102,142,172); }

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

border-color css

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

 span { border-color: rgb(102,142,172); }

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