Html Css Color HEX #607EAA Air Force Blue

📋 copy color: '#607EAA'

red 96 ◦ green 126 ◦ blue 170

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

Shades of Air Force Blue #607EAA

Tints of Air Force Blue #607EAA

RGB

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

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

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

R = 24.49%
G = 32.14%
B = 43.37%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#607EAA (or 0x607EAA) is known color: Air Force Blue. HEX triplet: 60, 7E and AA. RGB value is (96,126,170). Sum of RGB (Red+Green+Blue) = 96+126+170=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #607EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607EAA is #9F8155. Grayscale: #797979. Windows color (decimal): -10453334 or 11173472. OLE color: 11173472.

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

Color convert

RGB 96 126 170 -
CMYK 0.44 0.26 0 0.33
HSL 215.68º 0.3% 0.52% -
HSV(B) 215.68º 0.44% 0.67% -
XYZ 19.54 20.31 40.92 -
YUV 122.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 96 126 170 0.44 0.26 0 0.33 215.68 0.3 0.52
Hex 60 7E AA 2C 1A 0 21 D8 1E 34
Octal 140 176 252 54 32 0 41 330 36 64
Binary 1100000 1111110 10101010 101100 11010 0 100001 11011000 11110 110100

Color Harmonies of #607EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607EAA

Black with #607EAA

Text Example


Text Example

White with #607EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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