Html Css Color HEX #668BA4 Air Force Blue

📋 copy color: '#668BA4'

red 102 ◦ green 139 ◦ blue 164

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

Shades of Air Force Blue #668BA4

Tints of Air Force Blue #668BA4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.32%

 BLUE value IS 164 (64.45% from 255) = 40.49%

R = 25.19%
G = 34.32%
B = 40.49%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#668BA4 (or 0x668BA4) is known color: Air Force Blue. HEX triplet: 66, 8B and A4. RGB value is (102,139,164). Sum of RGB (Red+Green+Blue) = 102+139+164=405 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.19% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 164 (64.45% from 255 or 40.49% from 405); Max value from RGB is 164 - color contains mainly: blue. Hex color #668BA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668BA4 is #99745B. Grayscale: #828282. Windows color (decimal): -10056796 or 10783590. OLE color: 10783590.

HSL color Cylindrical-coordinate representation of color #668BA4: hue angle of 204.19º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #668BA4 is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 139 164 -
CMYK 0.38 0.15 0 0.36
HSL 204.19º 0.25% 0.52% -
HSV(B) 204.19º 0.38% 0.64% -
XYZ 21.41 23.97 38.62 -
YUV 130.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 102 139 164 0.38 0.15 0 0.36 204.19 0.25 0.52
Hex 66 8B A4 26 F 0 24 CC 19 34
Octal 146 213 244 46 17 0 44 314 31 64
Binary 1100110 10001011 10100100 100110 1111 0 100100 11001100 11001 110100

Color Harmonies of #668BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668BA4

Black with #668BA4

Text Example


Text Example

White with #668BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,139,164); }

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

background-color css

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

 a { background-color: rgb(102,139,164); }

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

border-color css

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

 span { border-color: rgb(102,139,164); }

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