Html Css Color HEX #607CAC Air Force Blue

📋 copy color: '#607CAC'

red 96 ◦ green 124 ◦ blue 172

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

Shades of Air Force Blue #607CAC

Tints of Air Force Blue #607CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.88%

R = 24.49%
G = 31.63%
B = 43.88%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#607CAC (or 0x607CAC) is known color: Air Force Blue. HEX triplet: 60, 7C and AC. RGB value is (96,124,172). Sum of RGB (Red+Green+Blue) = 96+124+172=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #607CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607CAC is #9F8353. Grayscale: #787878. Windows color (decimal): -10453844 or 11304032. OLE color: 11304032.

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

Color convert

RGB 96 124 172 -
CMYK 0.44 0.28 0 0.33
HSL 217.89º 0.31% 0.53% -
HSV(B) 217.89º 0.44% 0.67% -
XYZ 19.48 19.88 41.84 -
YUV 121.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 96 124 172 0.44 0.28 0 0.33 217.89 0.31 0.53
Hex 60 7C AC 2C 1C 0 21 DA 1F 35
Octal 140 174 254 54 34 0 41 332 37 65
Binary 1100000 1111100 10101100 101100 11100 0 100001 11011010 11111 110101

Color Harmonies of #607CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607CAC

Black with #607CAC

Text Example


Text Example

White with #607CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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