#668CA6

Color #668CA6 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #668CA6

Tints of Air Force Blue #668CA6

Color information

#668CA6 (or 0x668CA6) is unknown color: approx Air Force Blue. HEX triplet: 66, 8C and A6. RGB value is (102,140,166). Sum of RGB (Red+Green+Blue) = 102+140+166=408 (54% of max value = 765). Red value is 102 (40.23% from 255 or 25% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 166 - color contains mainly: blue. Hex color #668CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668CA6 is #997359. Grayscale: #838383. Windows color (decimal): -10056538 or 10914918. OLE color: 10914918.

HSL color Cylindrical-coordinate representation of color #668CA6: hue angle of 204.38º 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 #668CA6 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB102140166-
CMYK0.390.1600.35
HSL204.38º26.45%52.55%-
HSV(B)204.38º38.55%65.1%-
XYZ21.7424.3339.63-
YUV131.6147.41106.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25%
GREEN value IS 140 (55.08% from 255) = 34.31%
BLUE value IS 166 (65.23% from 255) = 40.69%
R=25%
G=34.31%
B=40.69%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1021401660.390.1600.35204.3826.4552.55
Hex668CA62710023cc1a35
Octal14621424647200433143265
Binary110011010001100101001101001111000001000111100110011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #668CA6;
 }
 .AnyTagClassName
 {
   color: #668CA6;
 }
</style>
background-color css

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

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

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

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

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

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