Html Css Color HEX #618BA2 Air Force Blue

📋 copy color: '#618BA2'

red 97 ◦ green 139 ◦ blue 162

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

Shades of Air Force Blue #618BA2

Tints of Air Force Blue #618BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.7%

R = 24.37%
G = 34.92%
B = 40.7%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#618BA2 (or 0x618BA2) is known color: Air Force Blue. HEX triplet: 61, 8B and A2. RGB value is (97,139,162). Sum of RGB (Red+Green+Blue) = 97+139+162=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 139 (54.69% from 255 or 34.92% from 398); Blue value is 162 (63.67% from 255 or 40.70% from 398); Max value from RGB is 162 - color contains mainly: blue. Hex color #618BA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618BA2 is #9E745D. Grayscale: #808080. Windows color (decimal): -10384478 or 10652513. OLE color: 10652513.

HSL color Cylindrical-coordinate representation of color #618BA2: hue angle of 201.23º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #618BA2 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 97 139 162 -
CMYK 0.40 0.14 0 0.36
HSL 201.23º 0.26% 0.51% -
HSV(B) 201.23º 0.4% 0.64% -
XYZ 20.68 23.62 37.65 -
YUV 129.06 146.59 105.13 -
System Red Green Blue C M Y K H S L
Decimal 97 139 162 0.40 0.14 0 0.36 201.23 0.26 0.51
Hex 61 8B A2 28 E 0 24 C9 1A 33
Octal 141 213 242 50 16 0 44 311 32 63
Binary 1100001 10001011 10100010 101000 1110 0 100100 11001001 11010 110011

Color Harmonies of #618BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BA2

Black with #618BA2

Text Example


Text Example

White with #618BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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