Html Css Color HEX #608DAD Air Force Blue

📋 copy color: '#608DAD'

red 96 ◦ green 141 ◦ blue 173

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

Shades of Air Force Blue #608DAD

Tints of Air Force Blue #608DAD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.39%

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

R = 23.41%
G = 34.39%
B = 42.2%

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

#608DAD (or 0x608DAD) is known color: Air Force Blue. HEX triplet: 60, 8D and AD. RGB value is (96,141,173). Sum of RGB (Red+Green+Blue) = 96+141+173=410 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.41% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 173 - color contains mainly: blue. Hex color #608DAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAD is #9F7252. Grayscale: #838383. Windows color (decimal): -10449491 or 11373920. OLE color: 11373920.

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

Color convert

RGB 96 141 173 -
CMYK 0.45 0.18 0 0.32
HSL 204.94º 0.32% 0.53% -
HSV(B) 204.94º 0.45% 0.68% -
XYZ 21.89 24.55 43.12 -
YUV 131.19 151.59 102.9 -
System Red Green Blue C M Y K H S L
Decimal 96 141 173 0.45 0.18 0 0.32 204.94 0.32 0.53
Hex 60 8D AD 2D 12 0 20 CD 20 35
Octal 140 215 255 55 22 0 40 315 40 65
Binary 1100000 10001101 10101101 101101 10010 0 100000 11001101 100000 110101

Color Harmonies of #608DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DAD

Black with #608DAD

Text Example


Text Example

White with #608DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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