Html Css Color HEX #628CAA Air Force Blue

📋 copy color: '#628CAA'

red 98 ◦ green 140 ◦ blue 170

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

Shades of Air Force Blue #628CAA

Tints of Air Force Blue #628CAA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.31%

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

R = 24.02%
G = 34.31%
B = 41.67%

CMYK

 C value IS 0.42

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628CAA (or 0x628CAA) is known color: Air Force Blue. HEX triplet: 62, 8C and AA. RGB value is (98,140,170). Sum of RGB (Red+Green+Blue) = 98+140+170=408 (54% of max value = 765). Red value is 98 (38.67% from 255 or 24.02% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #628CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628CAA is #9D7355. Grayscale: #828282. Windows color (decimal): -10318678 or 11177058. OLE color: 11177058.

HSL color Cylindrical-coordinate representation of color #628CAA: hue angle of 205º 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 #628CAA is Cyan = 0.42, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 140 170 -
CMYK 0.42 0.18 0 0.33
HSL 205º 0.3% 0.53% -
HSV(B) 205º 0.42% 0.67% -
XYZ 21.67 24.26 41.57 -
YUV 130.86 150.09 104.56 -
System Red Green Blue C M Y K H S L
Decimal 98 140 170 0.42 0.18 0 0.33 205 0.3 0.53
Hex 62 8C AA 2A 12 0 21 CD 1E 35
Octal 142 214 252 52 22 0 41 315 36 65
Binary 1100010 10001100 10101010 101010 10010 0 100001 11001101 11110 110101

Color Harmonies of #628CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628CAA

Black with #628CAA

Text Example


Text Example

White with #628CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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