Html Css Color HEX #628BAC Air Force Blue

📋 copy color: '#628BAC'

red 98 ◦ green 139 ◦ blue 172

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

Shades of Air Force Blue #628BAC

Tints of Air Force Blue #628BAC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 23.96%
G = 33.99%
B = 42.05%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#628BAC (or 0x628BAC) is known color: Air Force Blue. HEX triplet: 62, 8B and AC. RGB value is (98,139,172). Sum of RGB (Red+Green+Blue) = 98+139+172=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #628BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628BAC is #9D7453. Grayscale: #828282. Windows color (decimal): -10318932 or 11307874. OLE color: 11307874.

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

Color convert

RGB 98 139 172 -
CMYK 0.43 0.19 0 0.33
HSL 206.76º 0.31% 0.53% -
HSV(B) 206.76º 0.43% 0.67% -
XYZ 21.72 24.04 42.53 -
YUV 130.5 151.42 104.82 -
System Red Green Blue C M Y K H S L
Decimal 98 139 172 0.43 0.19 0 0.33 206.76 0.31 0.53
Hex 62 8B AC 2B 13 0 21 CF 1F 35
Octal 142 213 254 53 23 0 41 317 37 65
Binary 1100010 10001011 10101100 101011 10011 0 100001 11001111 11111 110101

Color Harmonies of #628BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628BAC

Black with #628BAC

Text Example


Text Example

White with #628BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,139,172); }

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

background-color css

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

 a { background-color: rgb(98,139,172); }

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

border-color css

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

 span { border-color: rgb(98,139,172); }

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