Html Css Color HEX #618AAA Air Force Blue

📋 copy color: '#618AAA'

red 97 ◦ green 138 ◦ blue 170

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

Shades of Air Force Blue #618AAA

Tints of Air Force Blue #618AAA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.07%

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 23.95%
G = 34.07%
B = 41.98%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#618AAA (or 0x618AAA) is known color: Air Force Blue. HEX triplet: 61, 8A and AA. RGB value is (97,138,170). Sum of RGB (Red+Green+Blue) = 97+138+170=405 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.95% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #618AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618AAA is #9E7555. Grayscale: #818181. Windows color (decimal): -10384726 or 11176545. OLE color: 11176545.

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

Color convert

RGB 97 138 170 -
CMYK 0.43 0.19 0 0.33
HSL 206.3º 0.3% 0.52% -
HSV(B) 206.3º 0.43% 0.67% -
XYZ 21.27 23.62 41.47 -
YUV 129.39 150.92 104.9 -
System Red Green Blue C M Y K H S L
Decimal 97 138 170 0.43 0.19 0 0.33 206.3 0.3 0.52
Hex 61 8A AA 2B 13 0 21 CE 1E 34
Octal 141 212 252 53 23 0 41 316 36 64
Binary 1100001 10001010 10101010 101011 10011 0 100001 11001110 11110 110100

Color Harmonies of #618AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618AAA

Black with #618AAA

Text Example


Text Example

White with #618AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,138,170); }

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

background-color css

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

 a { background-color: rgb(97,138,170); }

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

border-color css

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

 span { border-color: rgb(97,138,170); }

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