Html Css Color HEX #607FAB Air Force Blue

📋 copy color: '#607FAB'

red 96 ◦ green 127 ◦ blue 171

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

Shades of Air Force Blue #607FAB

Tints of Air Force Blue #607FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 32.23%

 BLUE value IS 171 (67.19% from 255) = 43.4%

R = 24.37%
G = 32.23%
B = 43.4%

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

#607FAB (or 0x607FAB) is known color: Air Force Blue. HEX triplet: 60, 7F and AB. RGB value is (96,127,171). Sum of RGB (Red+Green+Blue) = 96+127+171=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #607FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FAB is #9F8054. Grayscale: #7A7A7A. Windows color (decimal): -10453077 or 11239264. OLE color: 11239264.

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

Color convert

RGB 96 127 171 -
CMYK 0.44 0.26 0 0.33
HSL 215.2º 0.31% 0.52% -
HSV(B) 215.2º 0.44% 0.67% -
XYZ 19.76 20.61 41.46 -
YUV 122.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 96 127 171 0.44 0.26 0 0.33 215.2 0.31 0.52
Hex 60 7F AB 2C 1A 0 21 D7 1F 34
Octal 140 177 253 54 32 0 41 327 37 64
Binary 1100000 1111111 10101011 101100 11010 0 100001 11010111 11111 110100

Color Harmonies of #607FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FAB

Black with #607FAB

Text Example


Text Example

White with #607FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,127,171); }

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

background-color css

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

 a { background-color: rgb(96,127,171); }

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

border-color css

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

 span { border-color: rgb(96,127,171); }

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