#6B8DB0

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

Shades of Air Force Blue #6B8DB0

Tints of Air Force Blue #6B8DB0

Color information

#6B8DB0 (or 0x6B8DB0) is unknown color: approx Air Force Blue. HEX triplet: 6B, 8D and B0. RGB value is (107,141,176). Sum of RGB (Red+Green+Blue) = 107+141+176=424 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.24% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #6B8DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8DB0 is #94724F. Grayscale: #868686. Windows color (decimal): -9728592 or 11570539. OLE color: 11570539.

HSL color Cylindrical-coordinate representation of color #6B8DB0: hue angle of 210.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B8DB0 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB107141176-
CMYK0.390.2000.31
HSL210.43º30.4%55.49%-
HSV(B)210.43º39.2%69.02%-
XYZ23.4225.3144.73-
YUV134.82151.24108.15-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 25.24%
GREEN value IS 141 (55.47% from 255) = 33.25%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=25.24%
G=33.25%
B=41.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1071411760.390.2000.31210.4330.455.49
Hex6B8DB0271401Fd21e37
Octal15321526047240373223667
Binary11010111000110110110000100111101000111111101001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8DB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,141,176); }

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

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

 a { background-color: rgb(107,141,176); }

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

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

 span { border-color: rgb(107,141,176); }

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