Html Css Color HEX #627DA0 Air Force Blue

📋 copy color: '#627DA0'

red 98 ◦ green 125 ◦ blue 160

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

Shades of Air Force Blue #627DA0

Tints of Air Force Blue #627DA0

RGB

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

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

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

R = 25.59%
G = 32.64%
B = 41.78%

CMYK

 C value IS 0.39

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#627DA0 (or 0x627DA0) is known color: Air Force Blue. HEX triplet: 62, 7D and A0. RGB value is (98,125,160). Sum of RGB (Red+Green+Blue) = 98+125+160=383 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.59% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 160 - color contains mainly: blue. Hex color #627DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #627DA0 is #9D825F. Grayscale: #787878. Windows color (decimal): -10322528 or 10517858. OLE color: 10517858.

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

Color convert

RGB 98 125 160 -
CMYK 0.39 0.22 0 0.37
HSL 213.87º 0.25% 0.51% -
HSV(B) 213.87º 0.39% 0.63% -
XYZ 18.72 19.8 36.09 -
YUV 120.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 98 125 160 0.39 0.22 0 0.37 213.87 0.25 0.51
Hex 62 7D A0 27 16 0 25 D6 19 33
Octal 142 175 240 47 26 0 45 326 31 63
Binary 1100010 1111101 10100000 100111 10110 0 100101 11010110 11001 110011

Color Harmonies of #627DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627DA0

Black with #627DA0

Text Example


Text Example

White with #627DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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