Html Css Color HEX #61859D Air Force Blue

📋 copy color: '#61859D'

red 97 ◦ green 133 ◦ blue 157

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

Shades of Air Force Blue #61859D

Tints of Air Force Blue #61859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.37%

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

R = 25.06%
G = 34.37%
B = 40.57%

CMYK

 C value IS 0.38

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61859D (or 0x61859D) is known color: Air Force Blue. HEX triplet: 61, 85 and 9D. RGB value is (97,133,157). Sum of RGB (Red+Green+Blue) = 97+133+157=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 157 (61.72% from 255 or 40.57% from 387); Max value from RGB is 157 - color contains mainly: blue. Hex color #61859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61859D is #9E7A62. Grayscale: #7C7C7C. Windows color (decimal): -10386019 or 10323297. OLE color: 10323297.

HSL color Cylindrical-coordinate representation of color #61859D: hue angle of 204º 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 #61859D is Cyan = 0.38, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 133 157 -
CMYK 0.38 0.15 0 0.38
HSL 204º 0.24% 0.5% -
HSV(B) 204º 0.38% 0.62% -
XYZ 19.4 21.75 35.07 -
YUV 124.97 146.07 108.05 -
System Red Green Blue C M Y K H S L
Decimal 97 133 157 0.38 0.15 0 0.38 204 0.24 0.5
Hex 61 85 9D 26 F 0 26 CC 18 32
Octal 141 205 235 46 17 0 46 314 30 62
Binary 1100001 10000101 10011101 100110 1111 0 100110 11001100 11000 110010

Color Harmonies of #61859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61859D

Black with #61859D

Text Example


Text Example

White with #61859D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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