Html Css Color HEX #628AA0 Air Force Blue

📋 copy color: '#628AA0'

red 98 ◦ green 138 ◦ blue 160

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

Shades of Air Force Blue #628AA0

Tints of Air Force Blue #628AA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 24.75%
G = 34.85%
B = 40.4%

CMYK

 C value IS 0.39

 M value IS 0.14

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#628AA0 (or 0x628AA0) is known color: Air Force Blue. HEX triplet: 62, 8A and A0. RGB value is (98,138,160). Sum of RGB (Red+Green+Blue) = 98+138+160=396 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.75% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 160 - color contains mainly: blue. Hex color #628AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628AA0 is #9D755F. Grayscale: #808080. Windows color (decimal): -10319200 or 10521186. OLE color: 10521186.

HSL color Cylindrical-coordinate representation of color #628AA0: hue angle of 201.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #628AA0 is Cyan = 0.39, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 138 160 -
CMYK 0.39 0.14 0 0.37
HSL 201.29º 0.25% 0.51% -
HSV(B) 201.29º 0.39% 0.63% -
XYZ 20.47 23.31 36.68 -
YUV 128.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 98 138 160 0.39 0.14 0 0.37 201.29 0.25 0.51
Hex 62 8A A0 27 E 0 25 C9 19 33
Octal 142 212 240 47 16 0 45 311 31 63
Binary 1100010 10001010 10100000 100111 1110 0 100101 11001001 11001 110011

Color Harmonies of #628AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628AA0

Black with #628AA0

Text Example


Text Example

White with #628AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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