Html Css Color HEX #618BAC Air Force Blue

📋 copy color: '#618BAC'

red 97 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #618BAC

Tints of Air Force Blue #618BAC

RGB

 RED value IS 97 (38.28% from 255) = 23.77%

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

 BLUE value IS 172 (67.58% from 255) = 42.16%

R = 23.77%
G = 34.07%
B = 42.16%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#618BAC (or 0x618BAC) is known color: Air Force Blue. HEX triplet: 61, 8B and AC. RGB value is (97,139,172). Sum of RGB (Red+Green+Blue) = 97+139+172=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 172 (67.58% from 255 or 42.16% from 408); Max value from RGB is 172 - color contains mainly: blue. Hex color #618BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618BAC is #9E7453. Grayscale: #828282. Windows color (decimal): -10384468 or 11307873. OLE color: 11307873.

HSL color Cylindrical-coordinate representation of color #618BAC: hue angle of 206.4º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #618BAC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 139 172 -
CMYK 0.44 0.19 0 0.33
HSL 206.4º 0.31% 0.53% -
HSV(B) 206.4º 0.44% 0.67% -
XYZ 21.61 23.99 42.52 -
YUV 130.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 97 139 172 0.44 0.19 0 0.33 206.4 0.31 0.53
Hex 61 8B AC 2C 13 0 21 CE 1F 35
Octal 141 213 254 54 23 0 41 316 37 65
Binary 1100001 10001011 10101100 101100 10011 0 100001 11001110 11111 110101

Color Harmonies of #618BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BAC

Black with #618BAC

Text Example


Text Example

White with #618BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #618BAC;
 }
 .AnyTagClassName
 {
   color: #618BAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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