Html Css Color HEX #608FAE Air Force Blue

📋 copy color: '#608FAE'

red 96 ◦ green 143 ◦ blue 174

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

Shades of Air Force Blue #608FAE

Tints of Air Force Blue #608FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.62%

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 23.24%
G = 34.62%
B = 42.13%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#608FAE (or 0x608FAE) is known color: Air Force Blue. HEX triplet: 60, 8F and AE. RGB value is (96,143,174). Sum of RGB (Red+Green+Blue) = 96+143+174=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #608FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FAE is #9F7051. Grayscale: #848484. Windows color (decimal): -10448978 or 11439968. OLE color: 11439968.

HSL color Cylindrical-coordinate representation of color #608FAE: hue angle of 203.85º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #608FAE is Cyan = 0.45, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 143 174 -
CMYK 0.45 0.18 0 0.32
HSL 203.85º 0.33% 0.53% -
HSV(B) 203.85º 0.45% 0.68% -
XYZ 22.29 25.19 43.73 -
YUV 132.48 151.43 101.98 -
System Red Green Blue C M Y K H S L
Decimal 96 143 174 0.45 0.18 0 0.32 203.85 0.33 0.53
Hex 60 8F AE 2D 12 0 20 CC 20 35
Octal 140 217 256 55 22 0 40 314 40 65
Binary 1100000 10001111 10101110 101101 10010 0 100000 11001100 100000 110101

Color Harmonies of #608FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FAE

Black with #608FAE

Text Example


Text Example

White with #608FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608FAE; }

 p { color: rgb(96,143,174); }

 H1.HeaderClassName
 {
   color: #608FAE;
 }
 .AnyTagClassName
 {
   color: #608FAE;
 }
</style>

background-color css

<style>
 a { background-color: #608FAE; }

 a { background-color: rgb(96,143,174); }

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

border-color css

<style>
 span { border-color: #608FAE; }

 span { border-color: rgb(96,143,174); }

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