Html Css Color HEX #618CAC Air Force Blue

📋 copy color: '#618CAC'

red 97 ◦ green 140 ◦ blue 172

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

Shades of Air Force Blue #618CAC

Tints of Air Force Blue #618CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.23%

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

R = 23.72%
G = 34.23%
B = 42.05%

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

#618CAC (or 0x618CAC) is known color: Air Force Blue. HEX triplet: 61, 8C and AC. RGB value is (97,140,172). Sum of RGB (Red+Green+Blue) = 97+140+172=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #618CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618CAC is #9E7353. Grayscale: #828282. Windows color (decimal): -10384212 or 11308129. OLE color: 11308129.

HSL color Cylindrical-coordinate representation of color #618CAC: hue angle of 205.6º 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 #618CAC is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 140 172 -
CMYK 0.44 0.19 0 0.33
HSL 205.6º 0.31% 0.53% -
HSV(B) 205.6º 0.44% 0.67% -
XYZ 21.75 24.28 42.57 -
YUV 130.79 151.25 103.9 -
System Red Green Blue C M Y K H S L
Decimal 97 140 172 0.44 0.19 0 0.33 205.6 0.31 0.53
Hex 61 8C AC 2C 13 0 21 CE 1F 35
Octal 141 214 254 54 23 0 41 316 37 65
Binary 1100001 10001100 10101100 101100 10011 0 100001 11001110 11111 110101

Color Harmonies of #618CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618CAC

Black with #618CAC

Text Example


Text Example

White with #618CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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