Html Css Color HEX #607DA6 Air Force Blue

📋 copy color: '#607DA6'

red 96 ◦ green 125 ◦ blue 166

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

Shades of Air Force Blue #607DA6

Tints of Air Force Blue #607DA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.89%

R = 24.81%
G = 32.3%
B = 42.89%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#607DA6 (or 0x607DA6) is known color: Air Force Blue. HEX triplet: 60, 7D and A6. RGB value is (96,125,166). Sum of RGB (Red+Green+Blue) = 96+125+166=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 166 (65.23% from 255 or 42.89% from 387); Max value from RGB is 166 - color contains mainly: blue. Hex color #607DA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607DA6 is #9F8259. Grayscale: #787878. Windows color (decimal): -10453594 or 10911072. OLE color: 10911072.

HSL color Cylindrical-coordinate representation of color #607DA6: hue angle of 215.14º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #607DA6 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 96 125 166 -
CMYK 0.42 0.25 0 0.35
HSL 215.14º 0.28% 0.51% -
HSV(B) 215.14º 0.42% 0.65% -
XYZ 19.04 19.91 38.92 -
YUV 121 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 96 125 166 0.42 0.25 0 0.35 215.14 0.28 0.51
Hex 60 7D A6 2A 19 0 23 D7 1C 33
Octal 140 175 246 52 31 0 43 327 34 63
Binary 1100000 1111101 10100110 101010 11001 0 100011 11010111 11100 110011

Color Harmonies of #607DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607DA6

Black with #607DA6

Text Example


Text Example

White with #607DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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