Html Css Color HEX #628DA1 Air Force Blue

📋 copy color: '#628DA1'

red 98 ◦ green 141 ◦ blue 161

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

Shades of Air Force Blue #628DA1

Tints of Air Force Blue #628DA1

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.25%

 BLUE value IS 161 (63.28% from 255) = 40.25%

R = 24.5%
G = 35.25%
B = 40.25%

CMYK

 C value IS 0.39

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#628DA1 (or 0x628DA1) is known color: Air Force Blue. HEX triplet: 62, 8D and A1. RGB value is (98,141,161). Sum of RGB (Red+Green+Blue) = 98+141+161=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 161 - color contains mainly: blue. Hex color #628DA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628DA1 is #9D725E. Grayscale: #828282. Windows color (decimal): -10318431 or 10587490. OLE color: 10587490.

HSL color Cylindrical-coordinate representation of color #628DA1: hue angle of 199.05º 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 #628DA1 is Cyan = 0.39, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 98 141 161 -
CMYK 0.39 0.12 0 0.37
HSL 199.05º 0.25% 0.51% -
HSV(B) 199.05º 0.39% 0.63% -
XYZ 20.99 24.22 37.29 -
YUV 130.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 98 141 161 0.39 0.12 0 0.37 199.05 0.25 0.51
Hex 62 8D A1 27 C 0 25 C7 19 33
Octal 142 215 241 47 14 0 45 307 31 63
Binary 1100010 10001101 10100001 100111 1100 0 100101 11000111 11001 110011

Color Harmonies of #628DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628DA1

Black with #628DA1

Text Example


Text Example

White with #628DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,141,161); }

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

background-color css

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

 a { background-color: rgb(98,141,161); }

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

border-color css

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

 span { border-color: rgb(98,141,161); }

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