Html Css Color HEX #607DA1 Air Force Blue

📋 copy color: '#607DA1'

red 96 ◦ green 125 ◦ blue 161

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

Shades of Air Force Blue #607DA1

Tints of Air Force Blue #607DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 42.15%

R = 25.13%
G = 32.72%
B = 42.15%

CMYK

 C value IS 0.40

 M value IS 0.22

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#607DA1 (or 0x607DA1) is known color: Air Force Blue. HEX triplet: 60, 7D and A1. RGB value is (96,125,161). Sum of RGB (Red+Green+Blue) = 96+125+161=382 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.13% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 161 (63.28% from 255 or 42.15% from 382); Max value from RGB is 161 - color contains mainly: blue. Hex color #607DA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DA1 is #9F825E. Grayscale: #787878. Windows color (decimal): -10453599 or 10583392. OLE color: 10583392.

HSL color Cylindrical-coordinate representation of color #607DA1: hue angle of 213.23º degrees, saturation: 0.26, 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 #607DA1 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 96 125 161 -
CMYK 0.40 0.22 0 0.37
HSL 213.23º 0.26% 0.5% -
HSV(B) 213.23º 0.4% 0.63% -
XYZ 18.59 19.73 36.55 -
YUV 120.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 96 125 161 0.40 0.22 0 0.37 213.23 0.26 0.5
Hex 60 7D A1 28 16 0 25 D5 1A 32
Octal 140 175 241 50 26 0 45 325 32 62
Binary 1100000 1111101 10100001 101000 10110 0 100101 11010101 11010 110010

Color Harmonies of #607DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DA1

Black with #607DA1

Text Example


Text Example

White with #607DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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