Html Css Color HEX #628AAF Air Force Blue

📋 copy color: '#628AAF'

red 98 ◦ green 138 ◦ blue 175

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

Shades of Air Force Blue #628AAF

Tints of Air Force Blue #628AAF

RGB

 RED value IS 98 (38.67% from 255) = 23.84%

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

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

R = 23.84%
G = 33.58%
B = 42.58%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#628AAF (or 0x628AAF) is known color: Air Force Blue. HEX triplet: 62, 8A and AF. RGB value is (98,138,175). Sum of RGB (Red+Green+Blue) = 98+138+175=411 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.84% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 175 (68.75% from 255 or 42.58% from 411); Max value from RGB is 175 - color contains mainly: blue. Hex color #628AAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AAF is #9D7550. Grayscale: #828282. Windows color (decimal): -10319185 or 11504226. OLE color: 11504226.

HSL color Cylindrical-coordinate representation of color #628AAF: hue angle of 208.83º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #628AAF is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 98 138 175 -
CMYK 0.44 0.21 0 0.31
HSL 208.83º 0.32% 0.54% -
HSV(B) 208.83º 0.44% 0.69% -
XYZ 21.86 23.87 44.01 -
YUV 130.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 98 138 175 0.44 0.21 0 0.31 208.83 0.32 0.54
Hex 62 8A AF 2C 15 0 1F D1 20 36
Octal 142 212 257 54 25 0 37 321 40 66
Binary 1100010 10001010 10101111 101100 10101 0 11111 11010001 100000 110110

Color Harmonies of #628AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628AAF

Black with #628AAF

Text Example


Text Example

White with #628AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628AAF; }

 p { color: rgb(98,138,175); }

 H1.HeaderClassName
 {
   color: #628AAF;
 }
 .AnyTagClassName
 {
   color: #628AAF;
 }
</style>

background-color css

<style>
 a { background-color: #628AAF; }

 a { background-color: rgb(98,138,175); }

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

border-color css

<style>
 span { border-color: #628AAF; }

 span { border-color: rgb(98,138,175); }

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