Html Css Color HEX #607FAD Air Force Blue

📋 copy color: '#607FAD'

red 96 ◦ green 127 ◦ blue 173

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

Shades of Air Force Blue #607FAD

Tints of Air Force Blue #607FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 43.69%

R = 24.24%
G = 32.07%
B = 43.69%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#607FAD (or 0x607FAD) is known color: Air Force Blue. HEX triplet: 60, 7F and AD. RGB value is (96,127,173). Sum of RGB (Red+Green+Blue) = 96+127+173=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 173 - color contains mainly: blue. Hex color #607FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FAD is #9F8052. Grayscale: #7A7A7A. Windows color (decimal): -10453075 or 11370336. OLE color: 11370336.

HSL color Cylindrical-coordinate representation of color #607FAD: hue angle of 215.84º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #607FAD is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 127 173 -
CMYK 0.45 0.27 0 0.32
HSL 215.84º 0.32% 0.53% -
HSV(B) 215.84º 0.45% 0.68% -
XYZ 19.96 20.68 42.48 -
YUV 122.98 156.23 108.76 -
System Red Green Blue C M Y K H S L
Decimal 96 127 173 0.45 0.27 0 0.32 215.84 0.32 0.53
Hex 60 7F AD 2D 1B 0 20 D8 20 35
Octal 140 177 255 55 33 0 40 330 40 65
Binary 1100000 1111111 10101101 101101 11011 0 100000 11011000 100000 110101

Color Harmonies of #607FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FAD

Black with #607FAD

Text Example


Text Example

White with #607FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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