Html Css Color HEX #618FB1 Air Force Blue

📋 copy color: '#618FB1'

red 97 ◦ green 143 ◦ blue 177

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

Shades of Air Force Blue #618FB1

Tints of Air Force Blue #618FB1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.29%

 BLUE value IS 177 (69.53% from 255) = 42.45%

R = 23.26%
G = 34.29%
B = 42.45%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#618FB1 (or 0x618FB1) is known color: Air Force Blue. HEX triplet: 61, 8F and B1. RGB value is (97,143,177). Sum of RGB (Red+Green+Blue) = 97+143+177=417 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.26% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #618FB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618FB1 is #9E704E. Grayscale: #848484. Windows color (decimal): -10383439 or 11636577. OLE color: 11636577.

HSL color Cylindrical-coordinate representation of color #618FB1: hue angle of 205.5º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #618FB1 is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 97 143 177 -
CMYK 0.45 0.19 0 0.31
HSL 205.5º 0.34% 0.54% -
HSV(B) 205.5º 0.45% 0.69% -
XYZ 22.69 25.36 45.29 -
YUV 133.12 152.76 102.24 -
System Red Green Blue C M Y K H S L
Decimal 97 143 177 0.45 0.19 0 0.31 205.5 0.34 0.54
Hex 61 8F B1 2D 13 0 1F CE 22 36
Octal 141 217 261 55 23 0 37 316 42 66
Binary 1100001 10001111 10110001 101101 10011 0 11111 11001110 100010 110110

Color Harmonies of #618FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618FB1

Black with #618FB1

Text Example


Text Example

White with #618FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,143,177); }

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

background-color css

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

 a { background-color: rgb(97,143,177); }

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

border-color css

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

 span { border-color: rgb(97,143,177); }

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