Html Css Color HEX #608FAD Air Force Blue

📋 copy color: '#608FAD'

red 96 ◦ green 143 ◦ blue 173

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

Shades of Air Force Blue #608FAD

Tints of Air Force Blue #608FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 23.3%
G = 34.71%
B = 41.99%

CMYK

 C value IS 0.45

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#608FAD (or 0x608FAD) is known color: Air Force Blue. HEX triplet: 60, 8F and AD. RGB value is (96,143,173). Sum of RGB (Red+Green+Blue) = 96+143+173=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #608FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FAD is #9F7052. Grayscale: #848484. Windows color (decimal): -10448979 or 11374432. OLE color: 11374432.

HSL color Cylindrical-coordinate representation of color #608FAD: hue angle of 203.38º 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 #608FAD is Cyan = 0.45, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 143 173 -
CMYK 0.45 0.17 0 0.32
HSL 203.38º 0.32% 0.53% -
HSV(B) 203.38º 0.45% 0.68% -
XYZ 22.19 25.15 43.22 -
YUV 132.37 150.93 102.06 -
System Red Green Blue C M Y K H S L
Decimal 96 143 173 0.45 0.17 0 0.32 203.38 0.32 0.53
Hex 60 8F AD 2D 11 0 20 CB 20 35
Octal 140 217 255 55 21 0 40 313 40 65
Binary 1100000 10001111 10101101 101101 10001 0 100000 11001011 100000 110101

Color Harmonies of #608FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FAD

Black with #608FAD

Text Example


Text Example

White with #608FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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