Html Css Color HEX #607BAA Air Force Blue

📋 copy color: '#607BAA'

red 96 ◦ green 123 ◦ blue 170

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

Shades of Air Force Blue #607BAA

Tints of Air Force Blue #607BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.62%

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

R = 24.68%
G = 31.62%
B = 43.7%

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

#607BAA (or 0x607BAA) is known color: Air Force Blue. HEX triplet: 60, 7B and AA. RGB value is (96,123,170). Sum of RGB (Red+Green+Blue) = 96+123+170=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 170 - color contains mainly: blue. Hex color #607BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607BAA is #9F8455. Grayscale: #787878. Windows color (decimal): -10454102 or 11172704. OLE color: 11172704.

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

Color convert

RGB 96 123 170 -
CMYK 0.44 0.28 0 0.33
HSL 218.11º 0.3% 0.52% -
HSV(B) 218.11º 0.44% 0.67% -
XYZ 19.16 19.55 40.79 -
YUV 120.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 96 123 170 0.44 0.28 0 0.33 218.11 0.3 0.52
Hex 60 7B AA 2C 1C 0 21 DA 1E 34
Octal 140 173 252 54 34 0 41 332 36 64
Binary 1100000 1111011 10101010 101100 11100 0 100001 11011010 11110 110100

Color Harmonies of #607BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607BAA

Black with #607BAA

Text Example


Text Example

White with #607BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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