Html Css Color HEX #607F9F Air Force Blue

📋 copy color: '#607F9F'

red 96 ◦ green 127 ◦ blue 159

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

Shades of Air Force Blue #607F9F

Tints of Air Force Blue #607F9F

RGB

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

 GREEN value IS 127 (50% from 255) = 33.25%

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

R = 25.13%
G = 33.25%
B = 41.62%

CMYK

 C value IS 0.40

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#607F9F (or 0x607F9F) is known color: Air Force Blue. HEX triplet: 60, 7F and 9F. RGB value is (96,127,159). Sum of RGB (Red+Green+Blue) = 96+127+159=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 127 (50% from 255 or 33.25% 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 #607F9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607F9F is #9F8060. Grayscale: #797979. Windows color (decimal): -10453089 or 10452832. OLE color: 10452832.

HSL color Cylindrical-coordinate representation of color #607F9F: hue angle of 210.48º 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 #607F9F is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 127 159 -
CMYK 0.40 0.20 0 0.38
HSL 210.48º 0.25% 0.5% -
HSV(B) 210.48º 0.4% 0.62% -
XYZ 18.67 20.17 35.71 -
YUV 121.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 96 127 159 0.40 0.20 0 0.38 210.48 0.25 0.5
Hex 60 7F 9F 28 14 0 26 D2 19 32
Octal 140 177 237 50 24 0 46 322 31 62
Binary 1100000 1111111 10011111 101000 10100 0 100110 11010010 11001 110010

Color Harmonies of #607F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607F9F

Black with #607F9F

Text Example


Text Example

White with #607F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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