Html Css Color HEX #627D9F Air Force Blue

📋 copy color: '#627D9F'

red 98 ◦ green 125 ◦ blue 159

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

Shades of Air Force Blue #627D9F

Tints of Air Force Blue #627D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.72%

 BLUE value IS 159 (62.5% from 255) = 41.62%

R = 25.65%
G = 32.72%
B = 41.62%

CMYK

 C value IS 0.38

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#627D9F (or 0x627D9F) is known color: Air Force Blue. HEX triplet: 62, 7D and 9F. RGB value is (98,125,159). Sum of RGB (Red+Green+Blue) = 98+125+159=382 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.65% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #627D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627D9F is #9D8260. Grayscale: #787878. Windows color (decimal): -10322529 or 10452322. OLE color: 10452322.

HSL color Cylindrical-coordinate representation of color #627D9F: hue angle of 213.44º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #627D9F is Cyan = 0.38, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 98 125 159 -
CMYK 0.38 0.21 0 0.38
HSL 213.44º 0.24% 0.5% -
HSV(B) 213.44º 0.38% 0.62% -
XYZ 18.63 19.77 35.63 -
YUV 120.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 98 125 159 0.38 0.21 0 0.38 213.44 0.24 0.5
Hex 62 7D 9F 26 15 0 26 D5 18 32
Octal 142 175 237 46 25 0 46 325 30 62
Binary 1100010 1111101 10011111 100110 10101 0 100110 11010101 11000 110010

Color Harmonies of #627D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627D9F

Black with #627D9F

Text Example


Text Example

White with #627D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,125,159); }

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

background-color css

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

 a { background-color: rgb(98,125,159); }

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

border-color css

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

 span { border-color: rgb(98,125,159); }

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