Html Css Color HEX #607E9C Air Force Blue

📋 copy color: '#607E9C'

red 96 ◦ green 126 ◦ blue 156

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

Shades of Air Force Blue #607E9C

Tints of Air Force Blue #607E9C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.33%

 BLUE value IS 156 (61.33% from 255) = 41.27%

R = 25.4%
G = 33.33%
B = 41.27%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#607E9C (or 0x607E9C) is known color: Air Force Blue. HEX triplet: 60, 7E and 9C. RGB value is (96,126,156). Sum of RGB (Red+Green+Blue) = 96+126+156=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #607E9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607E9C is #9F8163. Grayscale: #787878. Windows color (decimal): -10453348 or 10255968. OLE color: 10255968.

HSL color Cylindrical-coordinate representation of color #607E9C: hue angle of 210º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #607E9C is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 126 156 -
CMYK 0.38 0.19 0 0.39
HSL 210º 0.24% 0.49% -
HSV(B) 210º 0.38% 0.61% -
XYZ 18.29 19.81 34.31 -
YUV 120.45 148.06 110.56 -
System Red Green Blue C M Y K H S L
Decimal 96 126 156 0.38 0.19 0 0.39 210 0.24 0.49
Hex 60 7E 9C 26 13 0 27 D2 18 31
Octal 140 176 234 46 23 0 47 322 30 61
Binary 1100000 1111110 10011100 100110 10011 0 100111 11010010 11000 110001

Color Harmonies of #607E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607E9C

Black with #607E9C

Text Example


Text Example

White with #607E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,126,156); }

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

background-color css

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

 a { background-color: rgb(96,126,156); }

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

border-color css

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

 span { border-color: rgb(96,126,156); }

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