Html Css Color HEX #618DAF Air Force Blue

📋 copy color: '#618DAF'

red 97 ◦ green 141 ◦ blue 175

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

Shades of Air Force Blue #618DAF

Tints of Air Force Blue #618DAF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.14%

 BLUE value IS 175 (68.75% from 255) = 42.37%

R = 23.49%
G = 34.14%
B = 42.37%

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

#618DAF (or 0x618DAF) is known color: Air Force Blue. HEX triplet: 61, 8D and AF. RGB value is (97,141,175). Sum of RGB (Red+Green+Blue) = 97+141+175=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #618DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618DAF is #9E7250. Grayscale: #838383. Windows color (decimal): -10383953 or 11504993. OLE color: 11504993.

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

Color convert

RGB 97 141 175 -
CMYK 0.45 0.19 0 0.31
HSL 206.15º 0.33% 0.53% -
HSV(B) 206.15º 0.45% 0.69% -
XYZ 22.19 24.69 44.15 -
YUV 131.72 152.42 103.24 -
System Red Green Blue C M Y K H S L
Decimal 97 141 175 0.45 0.19 0 0.31 206.15 0.33 0.53
Hex 61 8D AF 2D 13 0 1F CE 21 35
Octal 141 215 257 55 23 0 37 316 41 65
Binary 1100001 10001101 10101111 101101 10011 0 11111 11001110 100001 110101

Color Harmonies of #618DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618DAF

Black with #618DAF

Text Example


Text Example

White with #618DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,141,175); }

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

background-color css

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

 a { background-color: rgb(97,141,175); }

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

border-color css

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

 span { border-color: rgb(97,141,175); }

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