Html Css Color HEX #607DAC Air Force Blue

📋 copy color: '#607DAC'

red 96 ◦ green 125 ◦ blue 172

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

Shades of Air Force Blue #607DAC

Tints of Air Force Blue #607DAC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 24.43%
G = 31.81%
B = 43.77%

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

#607DAC (or 0x607DAC) is known color: Air Force Blue. HEX triplet: 60, 7D and AC. RGB value is (96,125,172). Sum of RGB (Red+Green+Blue) = 96+125+172=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #607DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DAC is #9F8253. Grayscale: #797979. Windows color (decimal): -10453588 or 11304288. OLE color: 11304288.

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

Color convert

RGB 96 125 172 -
CMYK 0.44 0.27 0 0.33
HSL 217.11º 0.31% 0.53% -
HSV(B) 217.11º 0.44% 0.67% -
XYZ 19.6 20.13 41.88 -
YUV 121.69 156.39 109.68 -
System Red Green Blue C M Y K H S L
Decimal 96 125 172 0.44 0.27 0 0.33 217.11 0.31 0.53
Hex 60 7D AC 2C 1B 0 21 D9 1F 35
Octal 140 175 254 54 33 0 41 331 37 65
Binary 1100000 1111101 10101100 101100 11011 0 100001 11011001 11111 110101

Color Harmonies of #607DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DAC

Black with #607DAC

Text Example


Text Example

White with #607DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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