Html Css Color HEX #61889D Air Force Blue

📋 copy color: '#61889D'

red 97 ◦ green 136 ◦ blue 157

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

Shades of Air Force Blue #61889D

Tints of Air Force Blue #61889D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.87%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 24.87%
G = 34.87%
B = 40.26%

CMYK

 C value IS 0.38

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61889D (or 0x61889D) is known color: Air Force Blue. HEX triplet: 61, 88 and 9D. RGB value is (97,136,157). Sum of RGB (Red+Green+Blue) = 97+136+157=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 157 - color contains mainly: blue. Hex color #61889D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61889D is #9E7762. Grayscale: #7E7E7E. Windows color (decimal): -10385251 or 10324065. OLE color: 10324065.

HSL color Cylindrical-coordinate representation of color #61889D: hue angle of 201º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61889D is Cyan = 0.38, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 136 157 -
CMYK 0.38 0.13 0 0.38
HSL 201º 0.24% 0.5% -
HSV(B) 201º 0.38% 0.62% -
XYZ 19.82 22.58 35.21 -
YUV 126.73 145.08 106.79 -
System Red Green Blue C M Y K H S L
Decimal 97 136 157 0.38 0.13 0 0.38 201 0.24 0.5
Hex 61 88 9D 26 D 0 26 C9 18 32
Octal 141 210 235 46 15 0 46 311 30 62
Binary 1100001 10001000 10011101 100110 1101 0 100110 11001001 11000 110010

Color Harmonies of #61889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61889D

Black with #61889D

Text Example


Text Example

White with #61889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61889D; }

 p { color: rgb(97,136,157); }

 H1.HeaderClassName
 {
   color: #61889D;
 }
 .AnyTagClassName
 {
   color: #61889D;
 }
</style>

background-color css

<style>
 a { background-color: #61889D; }

 a { background-color: rgb(97,136,157); }

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

border-color css

<style>
 span { border-color: #61889D; }

 span { border-color: rgb(97,136,157); }

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