Html Css Color HEX #628CA4 Air Force Blue

📋 copy color: '#628CA4'

red 98 ◦ green 140 ◦ blue 164

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

Shades of Air Force Blue #628CA4

Tints of Air Force Blue #628CA4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.83%

 BLUE value IS 164 (64.45% from 255) = 40.8%

R = 24.38%
G = 34.83%
B = 40.8%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#628CA4 (or 0x628CA4) is known color: Air Force Blue. HEX triplet: 62, 8C and A4. RGB value is (98,140,164). Sum of RGB (Red+Green+Blue) = 98+140+164=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #628CA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628CA4 is #9D735B. Grayscale: #828282. Windows color (decimal): -10318684 or 10783842. OLE color: 10783842.

HSL color Cylindrical-coordinate representation of color #628CA4: hue angle of 201.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #628CA4 is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 98 140 164 -
CMYK 0.40 0.15 0 0.36
HSL 201.82º 0.27% 0.51% -
HSV(B) 201.82º 0.4% 0.64% -
XYZ 21.12 24.03 38.65 -
YUV 130.18 147.09 105.05 -
System Red Green Blue C M Y K H S L
Decimal 98 140 164 0.40 0.15 0 0.36 201.82 0.27 0.51
Hex 62 8C A4 28 F 0 24 CA 1B 33
Octal 142 214 244 50 17 0 44 312 33 63
Binary 1100010 10001100 10100100 101000 1111 0 100100 11001010 11011 110011

Color Harmonies of #628CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628CA4

Black with #628CA4

Text Example


Text Example

White with #628CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628CA4; }

 p { color: rgb(98,140,164); }

 H1.HeaderClassName
 {
   color: #628CA4;
 }
 .AnyTagClassName
 {
   color: #628CA4;
 }
</style>

background-color css

<style>
 a { background-color: #628CA4; }

 a { background-color: rgb(98,140,164); }

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

border-color css

<style>
 span { border-color: #628CA4; }

 span { border-color: rgb(98,140,164); }

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