Html Css Color HEX #628AAA Air Force Blue

📋 copy color: '#628AAA'

red 98 ◦ green 138 ◦ blue 170

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

Shades of Air Force Blue #628AAA

Tints of Air Force Blue #628AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.87%

R = 24.14%
G = 33.99%
B = 41.87%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628AAA (or 0x628AAA) is known color: Air Force Blue. HEX triplet: 62, 8A and AA. RGB value is (98,138,170). Sum of RGB (Red+Green+Blue) = 98+138+170=406 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.14% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 170 (66.80% from 255 or 41.87% from 406); Max value from RGB is 170 - color contains mainly: blue. Hex color #628AAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AAA is #9D7555. Grayscale: #818181. Windows color (decimal): -10319190 or 11176546. OLE color: 11176546.

HSL color Cylindrical-coordinate representation of color #628AAA: hue angle of 206.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #628AAA is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 138 170 -
CMYK 0.42 0.19 0 0.33
HSL 206.67º 0.3% 0.53% -
HSV(B) 206.67º 0.42% 0.67% -
XYZ 21.38 23.68 41.47 -
YUV 129.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 98 138 170 0.42 0.19 0 0.33 206.67 0.3 0.53
Hex 62 8A AA 2A 13 0 21 CF 1E 35
Octal 142 212 252 52 23 0 41 317 36 65
Binary 1100010 10001010 10101010 101010 10011 0 100001 11001111 11110 110101

Color Harmonies of #628AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628AAA

Black with #628AAA

Text Example


Text Example

White with #628AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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