#618BB3

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

Shades of Air Force Blue #618BB3

Tints of Air Force Blue #618BB3

Color information

#618BB3 (or 0x618BB3) is unknown color: approx Air Force Blue. HEX triplet: 61, 8B and B3. RGB value is (97,139,179). Sum of RGB (Red+Green+Blue) = 97+139+179=415 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.37% from 415); Green value is 139 (54.69% from 255 or 33.49% from 415); Blue value is 179 (70.31% from 255 or 43.13% from 415); Max value from RGB is 179 - color contains mainly: blue. Hex color #618BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618BB3 is #9E744C. Grayscale: #828282. Windows color (decimal): -10384461 or 11766625. OLE color: 11766625.

HSL color Cylindrical-coordinate representation of color #618BB3: hue angle of 209.27º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618BB3 is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB97139179-
CMYK0.460.2200.30
HSL209.27º35.04%54.12%-
HSV(B)209.27º45.81%70.2%-
XYZ22.324.2646.16-
YUV131155.09103.75-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.37%
GREEN value IS 139 (54.69% from 255) = 33.49%
BLUE value IS 179 (70.31% from 255) = 43.13%
R=23.37%
G=33.49%
B=43.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal971391790.460.2200.30209.2735.0454.12
Hex618BB32E1601Ed12336
Octal14121326356260363214366
Binary110000110001011101100111011101011001111011010001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618BB3; }

 p { color: rgb(97,139,179); }

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

<style>
 a { background-color: #618BB3; }

 a { background-color: rgb(97,139,179); }

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

<style>
 span { border-color: #618BB3; }

 span { border-color: rgb(97,139,179); }

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