Html Css Color HEX #607EAC Air Force Blue

📋 copy color: '#607EAC'

red 96 ◦ green 126 ◦ blue 172

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

Shades of Air Force Blue #607EAC

Tints of Air Force Blue #607EAC

RGB

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

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

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

R = 24.37%
G = 31.98%
B = 43.65%

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

#607EAC (or 0x607EAC) is known color: Air Force Blue. HEX triplet: 60, 7E and AC. RGB value is (96,126,172). Sum of RGB (Red+Green+Blue) = 96+126+172=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 126 (49.61% from 255 or 31.98% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #607EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAC is #9F8153. Grayscale: #7A7A7A. Windows color (decimal): -10453332 or 11304544. OLE color: 11304544.

HSL color Cylindrical-coordinate representation of color #607EAC: hue angle of 216.32º 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 #607EAC is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 126 172 -
CMYK 0.44 0.27 0 0.33
HSL 216.32º 0.31% 0.53% -
HSV(B) 216.32º 0.44% 0.67% -
XYZ 19.73 20.39 41.92 -
YUV 122.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 96 126 172 0.44 0.27 0 0.33 216.32 0.31 0.53
Hex 60 7E AC 2C 1B 0 21 D8 1F 35
Octal 140 176 254 54 33 0 41 330 37 65
Binary 1100000 1111110 10101100 101100 11011 0 100001 11011000 11111 110101

Color Harmonies of #607EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EAC

Black with #607EAC

Text Example


Text Example

White with #607EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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