Html Css Color HEX #618AB3 Air Force Blue

📋 copy color: '#618AB3'

red 97 ◦ green 138 ◦ blue 179

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

Shades of Air Force Blue #618AB3

Tints of Air Force Blue #618AB3

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

 BLUE value IS 179 (70.31% from 255) = 43.24%

R = 23.43%
G = 33.33%
B = 43.24%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#618AB3 (or 0x618AB3) is known color: Air Force Blue. HEX triplet: 61, 8A and B3. RGB value is (97,138,179). Sum of RGB (Red+Green+Blue) = 97+138+179=414 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.43% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 179 (70.31% from 255 or 43.24% from 414); Max value from RGB is 179 - color contains mainly: blue. Hex color #618AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AB3 is #9E754C. Grayscale: #828282. Windows color (decimal): -10384717 or 11766369. OLE color: 11766369.

HSL color Cylindrical-coordinate representation of color #618AB3: hue angle of 210º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #618AB3 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 97 138 179 -
CMYK 0.46 0.23 0 0.30
HSL 210º 0.35% 0.54% -
HSV(B) 210º 0.46% 0.7% -
XYZ 22.15 23.97 46.11 -
YUV 130.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 97 138 179 0.46 0.23 0 0.30 210 0.35 0.54
Hex 61 8A B3 2E 17 0 1E D2 23 36
Octal 141 212 263 56 27 0 36 322 43 66
Binary 1100001 10001010 10110011 101110 10111 0 11110 11010010 100011 110110

Color Harmonies of #618AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618AB3

Black with #618AB3

Text Example


Text Example

White with #618AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,138,179); }

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

background-color css

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

 a { background-color: rgb(97,138,179); }

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

border-color css

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

 span { border-color: rgb(97,138,179); }

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