Html Css Color HEX #607DA0 Air Force Blue

📋 copy color: '#607DA0'

red 96 ◦ green 125 ◦ blue 160

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

Shades of Air Force Blue #607DA0

Tints of Air Force Blue #607DA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.99%

R = 25.2%
G = 32.81%
B = 41.99%

CMYK

 C value IS 0.4

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#607DA0 (or 0x607DA0) is known color: Air Force Blue. HEX triplet: 60, 7D and A0. RGB value is (96,125,160). Sum of RGB (Red+Green+Blue) = 96+125+160=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 160 - color contains mainly: blue. Hex color #607DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DA0 is #9F825F. Grayscale: #787878. Windows color (decimal): -10453600 or 10517856. OLE color: 10517856.

HSL color Cylindrical-coordinate representation of color #607DA0: hue angle of 212.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #607DA0 is Cyan = 0.4, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 125 160 -
CMYK 0.4 0.22 0 0.37
HSL 212.81º 0.25% 0.5% -
HSV(B) 212.81º 0.4% 0.63% -
XYZ 18.5 19.69 36.08 -
YUV 120.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 96 125 160 0.4 0.22 0 0.37 212.81 0.25 0.5
Hex 60 7D A0 28 16 0 25 D5 19 32
Octal 140 175 240 50 26 0 45 325 31 62
Binary 1100000 1111101 10100000 101000 10110 0 100101 11010101 11001 110010

Color Harmonies of #607DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DA0

Black with #607DA0

Text Example


Text Example

White with #607DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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