Html Css Color HEX #617CA1 Air Force Blue

📋 copy color: '#617CA1'

red 97 ◦ green 124 ◦ blue 161

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

Shades of Air Force Blue #617CA1

Tints of Air Force Blue #617CA1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.46%

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 25.39%
G = 32.46%
B = 42.15%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#617CA1 (or 0x617CA1) is known color: Air Force Blue. HEX triplet: 61, 7C and A1. RGB value is (97,124,161). Sum of RGB (Red+Green+Blue) = 97+124+161=382 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.39% from 382); Green value is 124 (48.83% from 255 or 32.46% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 161 - color contains mainly: blue. Hex color #617CA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617CA1 is #9E835E. Grayscale: #777777. Windows color (decimal): -10388319 or 10583137. OLE color: 10583137.

HSL color Cylindrical-coordinate representation of color #617CA1: hue angle of 214.69º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #617CA1 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 124 161 -
CMYK 0.40 0.23 0 0.37
HSL 214.69º 0.25% 0.51% -
HSV(B) 214.69º 0.4% 0.63% -
XYZ 18.57 19.53 36.51 -
YUV 120.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 97 124 161 0.40 0.23 0 0.37 214.69 0.25 0.51
Hex 61 7C A1 28 17 0 25 D7 19 33
Octal 141 174 241 50 27 0 45 327 31 63
Binary 1100001 1111100 10100001 101000 10111 0 100101 11010111 11001 110011

Color Harmonies of #617CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617CA1

Black with #617CA1

Text Example


Text Example

White with #617CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,124,161); }

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

background-color css

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

 a { background-color: rgb(97,124,161); }

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

border-color css

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

 span { border-color: rgb(97,124,161); }

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