Html Css Color HEX #617DAC Air Force Blue

📋 copy color: '#617DAC'

red 97 ◦ green 125 ◦ blue 172

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

Shades of Air Force Blue #617DAC

Tints of Air Force Blue #617DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.73%

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

R = 24.62%
G = 31.73%
B = 43.65%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#617DAC (or 0x617DAC) is known color: Air Force Blue. HEX triplet: 61, 7D and AC. RGB value is (97,125,172). Sum of RGB (Red+Green+Blue) = 97+125+172=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #617DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617DAC is #9E8253. Grayscale: #797979. Windows color (decimal): -10388052 or 11304289. OLE color: 11304289.

HSL color Cylindrical-coordinate representation of color #617DAC: hue angle of 217.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 #617DAC is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 125 172 -
CMYK 0.44 0.27 0 0.33
HSL 217.6º 0.31% 0.53% -
HSV(B) 217.6º 0.44% 0.67% -
XYZ 19.71 20.19 41.89 -
YUV 121.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 97 125 172 0.44 0.27 0 0.33 217.6 0.31 0.53
Hex 61 7D AC 2C 1B 0 21 DA 1F 35
Octal 141 175 254 54 33 0 41 332 37 65
Binary 1100001 1111101 10101100 101100 11011 0 100001 11011010 11111 110101

Color Harmonies of #617DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617DAC

Black with #617DAC

Text Example


Text Example

White with #617DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617DAC; }

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

 H1.HeaderClassName
 {
   color: #617DAC;
 }
 .AnyTagClassName
 {
   color: #617DAC;
 }
</style>

background-color css

<style>
 a { background-color: #617DAC; }

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

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

border-color css

<style>
 span { border-color: #617DAC; }

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

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