Html Css Color HEX #627FAA Air Force Blue

📋 copy color: '#627FAA'

red 98 ◦ green 127 ◦ blue 170

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

Shades of Air Force Blue #627FAA

Tints of Air Force Blue #627FAA

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

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

R = 24.81%
G = 32.15%
B = 43.04%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#627FAA (or 0x627FAA) is known color: Air Force Blue. HEX triplet: 62, 7F and AA. RGB value is (98,127,170). Sum of RGB (Red+Green+Blue) = 98+127+170=395 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.81% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #627FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627FAA is #9D8055. Grayscale: #7B7B7B. Windows color (decimal): -10322006 or 11173730. OLE color: 11173730.

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

Color convert

RGB 98 127 170 -
CMYK 0.42 0.25 0 0.33
HSL 215.83º 0.3% 0.53% -
HSV(B) 215.83º 0.42% 0.67% -
XYZ 19.88 20.68 40.97 -
YUV 123.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 98 127 170 0.42 0.25 0 0.33 215.83 0.3 0.53
Hex 62 7F AA 2A 19 0 21 D8 1E 35
Octal 142 177 252 52 31 0 41 330 36 65
Binary 1100010 1111111 10101010 101010 11001 0 100001 11011000 11110 110101

Color Harmonies of #627FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627FAA

Black with #627FAA

Text Example


Text Example

White with #627FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627FAA; }

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

 H1.HeaderClassName
 {
   color: #627FAA;
 }
 .AnyTagClassName
 {
   color: #627FAA;
 }
</style>

background-color css

<style>
 a { background-color: #627FAA; }

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

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

border-color css

<style>
 span { border-color: #627FAA; }

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

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