Html Css Color HEX #627CAA Air Force Blue

📋 copy color: '#627CAA'

red 98 ◦ green 124 ◦ blue 170

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

Shades of Air Force Blue #627CAA

Tints of Air Force Blue #627CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

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

R = 25%
G = 31.63%
B = 43.37%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#627CAA (or 0x627CAA) is known color: Air Force Blue. HEX triplet: 62, 7C and AA. RGB value is (98,124,170). Sum of RGB (Red+Green+Blue) = 98+124+170=392 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #627CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627CAA is #9D8355. Grayscale: #797979. Windows color (decimal): -10322774 or 11172962. OLE color: 11172962.

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

Color convert

RGB 98 124 170 -
CMYK 0.42 0.27 0 0.33
HSL 218.33º 0.3% 0.53% -
HSV(B) 218.33º 0.42% 0.67% -
XYZ 19.5 19.91 40.85 -
YUV 121.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 98 124 170 0.42 0.27 0 0.33 218.33 0.3 0.53
Hex 62 7C AA 2A 1B 0 21 DA 1E 35
Octal 142 174 252 52 33 0 41 332 36 65
Binary 1100010 1111100 10101010 101010 11011 0 100001 11011010 11110 110101

Color Harmonies of #627CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627CAA

Black with #627CAA

Text Example


Text Example

White with #627CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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