Html Css Color HEX #607FAC Air Force Blue

📋 copy color: '#607FAC'

red 96 ◦ green 127 ◦ blue 172

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

Shades of Air Force Blue #607FAC

Tints of Air Force Blue #607FAC

RGB

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

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

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

R = 24.3%
G = 32.15%
B = 43.54%

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

#607FAC (or 0x607FAC) is known color: Air Force Blue. HEX triplet: 60, 7F and AC. RGB value is (96,127,172). Sum of RGB (Red+Green+Blue) = 96+127+172=395 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.30% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 172 - color contains mainly: blue. Hex color #607FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607FAC is #9F8053. Grayscale: #7A7A7A. Windows color (decimal): -10453076 or 11304800. OLE color: 11304800.

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

Color convert

RGB 96 127 172 -
CMYK 0.44 0.26 0 0.33
HSL 215.53º 0.31% 0.53% -
HSV(B) 215.53º 0.44% 0.67% -
XYZ 19.86 20.64 41.97 -
YUV 122.86 155.73 108.84 -
System Red Green Blue C M Y K H S L
Decimal 96 127 172 0.44 0.26 0 0.33 215.53 0.31 0.53
Hex 60 7F AC 2C 1A 0 21 D8 1F 35
Octal 140 177 254 54 32 0 41 330 37 65
Binary 1100000 1111111 10101100 101100 11010 0 100001 11011000 11111 110101

Color Harmonies of #607FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607FAC

Black with #607FAC

Text Example


Text Example

White with #607FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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