Html Css Color HEX #607CAA Air Force Blue

📋 copy color: '#607CAA'

red 96 ◦ green 124 ◦ blue 170

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

Shades of Air Force Blue #607CAA

Tints of Air Force Blue #607CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.79%

 BLUE value IS 170 (66.8% from 255) = 43.59%

R = 24.62%
G = 31.79%
B = 43.59%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#607CAA (or 0x607CAA) is known color: Air Force Blue. HEX triplet: 60, 7C and AA. RGB value is (96,124,170). Sum of RGB (Red+Green+Blue) = 96+124+170=390 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.62% from 390); Green value is 124 (48.83% from 255 or 31.79% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 170 - color contains mainly: blue. Hex color #607CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAA is #9F8355. Grayscale: #787878. Windows color (decimal): -10453846 or 11172960. OLE color: 11172960.

HSL color Cylindrical-coordinate representation of color #607CAA: hue angle of 217.3º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #607CAA is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 124 170 -
CMYK 0.44 0.27 0 0.33
HSL 217.3º 0.3% 0.52% -
HSV(B) 217.3º 0.44% 0.67% -
XYZ 19.29 19.8 40.84 -
YUV 120.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 96 124 170 0.44 0.27 0 0.33 217.3 0.3 0.52
Hex 60 7C AA 2C 1B 0 21 D9 1E 34
Octal 140 174 252 54 33 0 41 331 36 64
Binary 1100000 1111100 10101010 101100 11011 0 100001 11011001 11110 110100

Color Harmonies of #607CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CAA

Black with #607CAA

Text Example


Text Example

White with #607CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,124,170); }

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

background-color css

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

 a { background-color: rgb(96,124,170); }

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

border-color css

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

 span { border-color: rgb(96,124,170); }

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