#6B8CB2

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

Shades of Air Force Blue #6B8CB2

Tints of Air Force Blue #6B8CB2

Color information

#6B8CB2 (or 0x6B8CB2) is unknown color: approx Air Force Blue. HEX triplet: 6B, 8C and B2. RGB value is (107,140,178). Sum of RGB (Red+Green+Blue) = 107+140+178=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #6B8CB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8CB2 is #94734D. Grayscale: #868686. Windows color (decimal): -9728846 or 11701355. OLE color: 11701355.

HSL color Cylindrical-coordinate representation of color #6B8CB2: hue angle of 212.11º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6B8CB2 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB107140178-
CMYK0.400.2100.30
HSL212.11º31.56%55.88%-
HSV(B)212.11º39.89%69.8%-
XYZ23.4825.145.73-
YUV134.46152.57108.41-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.18%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=25.18%
G=32.94%
B=41.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1071401780.400.2100.30212.1131.5655.88
Hex6B8CB2281501Ed42038
Octal15321426250250363244070
Binary110101110001100101100101010001010101111011010100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B8CB2; }

 p { color: rgb(107,140,178); }

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

<style>
 a { background-color: #6B8CB2; }

 a { background-color: rgb(107,140,178); }

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

<style>
 span { border-color: #6B8CB2; }

 span { border-color: rgb(107,140,178); }

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