Html Css Color HEX #607E9F Air Force Blue

📋 copy color: '#607E9F'

red 96 ◦ green 126 ◦ blue 159

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

Shades of Air Force Blue #607E9F

Tints of Air Force Blue #607E9F

RGB

 RED value IS 96 (37.89% from 255) = 25.2%

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

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

R = 25.2%
G = 33.07%
B = 41.73%

CMYK

 C value IS 0.40

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#607E9F (or 0x607E9F) is known color: Air Force Blue. HEX triplet: 60, 7E and 9F. RGB value is (96,126,159). Sum of RGB (Red+Green+Blue) = 96+126+159=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #607E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E9F is #9F8160. Grayscale: #787878. Windows color (decimal): -10453345 or 10452576. OLE color: 10452576.

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

Color convert

RGB 96 126 159 -
CMYK 0.40 0.21 0 0.38
HSL 211.43º 0.25% 0.5% -
HSV(B) 211.43º 0.4% 0.62% -
XYZ 18.54 19.91 35.67 -
YUV 120.79 149.56 110.32 -
System Red Green Blue C M Y K H S L
Decimal 96 126 159 0.40 0.21 0 0.38 211.43 0.25 0.5
Hex 60 7E 9F 28 15 0 26 D3 19 32
Octal 140 176 237 50 25 0 46 323 31 62
Binary 1100000 1111110 10011111 101000 10101 0 100110 11010011 11001 110010

Color Harmonies of #607E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E9F

Black with #607E9F

Text Example


Text Example

White with #607E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607E9F; }

 p { color: rgb(96,126,159); }

 H1.HeaderClassName
 {
   color: #607E9F;
 }
 .AnyTagClassName
 {
   color: #607E9F;
 }
</style>

background-color css

<style>
 a { background-color: #607E9F; }

 a { background-color: rgb(96,126,159); }

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

border-color css

<style>
 span { border-color: #607E9F; }

 span { border-color: rgb(96,126,159); }

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