Html Css Color HEX #627EA0 Air Force Blue

📋 copy color: '#627EA0'

red 98 ◦ green 126 ◦ blue 160

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

Shades of Air Force Blue #627EA0

Tints of Air Force Blue #627EA0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

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

R = 25.52%
G = 32.81%
B = 41.67%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#627EA0 (or 0x627EA0) is known color: Air Force Blue. HEX triplet: 62, 7E and A0. RGB value is (98,126,160). Sum of RGB (Red+Green+Blue) = 98+126+160=384 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.52% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #627EA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627EA0 is #9D815F. Grayscale: #797979. Windows color (decimal): -10322272 or 10518114. OLE color: 10518114.

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

Color convert

RGB 98 126 160 -
CMYK 0.39 0.21 0 0.37
HSL 212.9º 0.25% 0.51% -
HSV(B) 212.9º 0.39% 0.63% -
XYZ 18.84 20.06 36.14 -
YUV 121.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 98 126 160 0.39 0.21 0 0.37 212.9 0.25 0.51
Hex 62 7E A0 27 15 0 25 D5 19 33
Octal 142 176 240 47 25 0 45 325 31 63
Binary 1100010 1111110 10100000 100111 10101 0 100101 11010101 11001 110011

Color Harmonies of #627EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627EA0

Black with #627EA0

Text Example


Text Example

White with #627EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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