Html Css Color HEX #618BA6 Air Force Blue

📋 copy color: '#618BA6'

red 97 ◦ green 139 ◦ blue 166

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

Shades of Air Force Blue #618BA6

Tints of Air Force Blue #618BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 41.29%

R = 24.13%
G = 34.58%
B = 41.29%

CMYK

 C value IS 0.42

 M value IS 0.16

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#618BA6 (or 0x618BA6) is known color: Air Force Blue. HEX triplet: 61, 8B and A6. RGB value is (97,139,166). Sum of RGB (Red+Green+Blue) = 97+139+166=402 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.13% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 166 - color contains mainly: blue. Hex color #618BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618BA6 is #9E7459. Grayscale: #818181. Windows color (decimal): -10384474 or 10914657. OLE color: 10914657.

HSL color Cylindrical-coordinate representation of color #618BA6: hue angle of 203.48º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #618BA6 is Cyan = 0.42, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 139 166 -
CMYK 0.42 0.16 0 0.35
HSL 203.48º 0.28% 0.52% -
HSV(B) 203.48º 0.42% 0.65% -
XYZ 21.05 23.76 39.55 -
YUV 129.52 148.59 104.8 -
System Red Green Blue C M Y K H S L
Decimal 97 139 166 0.42 0.16 0 0.35 203.48 0.28 0.52
Hex 61 8B A6 2A 10 0 23 CB 1C 34
Octal 141 213 246 52 20 0 43 313 34 64
Binary 1100001 10001011 10100110 101010 10000 0 100011 11001011 11100 110100

Color Harmonies of #618BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618BA6

Black with #618BA6

Text Example


Text Example

White with #618BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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