Html Css Color HEX #628CA2 Air Force Blue

📋 copy color: '#628CA2'

red 98 ◦ green 140 ◦ blue 162

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

Shades of Air Force Blue #628CA2

Tints of Air Force Blue #628CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.5%

R = 24.5%
G = 35%
B = 40.5%

CMYK

 C value IS 0.40

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#628CA2 (or 0x628CA2) is known color: Air Force Blue. HEX triplet: 62, 8C and A2. RGB value is (98,140,162). Sum of RGB (Red+Green+Blue) = 98+140+162=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 162 (63.67% from 255 or 40.5% from 400); Max value from RGB is 162 - color contains mainly: blue. Hex color #628CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628CA2 is #9D735D. Grayscale: #818181. Windows color (decimal): -10318686 or 10652770. OLE color: 10652770.

HSL color Cylindrical-coordinate representation of color #628CA2: hue angle of 200.62º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #628CA2 is Cyan = 0.40, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 140 162 -
CMYK 0.40 0.14 0 0.36
HSL 200.63º 0.26% 0.51% -
HSV(B) 200.63º 0.4% 0.64% -
XYZ 20.94 23.96 37.7 -
YUV 129.95 146.09 105.21 -
System Red Green Blue C M Y K H S L
Decimal 98 140 162 0.40 0.14 0 0.36 200.63 0.26 0.51
Hex 62 8C A2 28 E 0 24 C9 1A 33
Octal 142 214 242 50 16 0 44 311 32 63
Binary 1100010 10001100 10100010 101000 1110 0 100100 11001001 11010 110011

Color Harmonies of #628CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628CA2

Black with #628CA2

Text Example


Text Example

White with #628CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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