Html Css Color HEX #608DAC Air Force Blue

📋 copy color: '#608DAC'

red 96 ◦ green 141 ◦ blue 172

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

Shades of Air Force Blue #608DAC

Tints of Air Force Blue #608DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 42.05%

R = 23.47%
G = 34.47%
B = 42.05%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#608DAC (or 0x608DAC) is known color: Air Force Blue. HEX triplet: 60, 8D and AC. RGB value is (96,141,172). Sum of RGB (Red+Green+Blue) = 96+141+172=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #608DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAC is #9F7253. Grayscale: #828282. Windows color (decimal): -10449492 or 11308384. OLE color: 11308384.

HSL color Cylindrical-coordinate representation of color #608DAC: hue angle of 204.47º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #608DAC is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 141 172 -
CMYK 0.44 0.18 0 0.33
HSL 204.47º 0.31% 0.53% -
HSV(B) 204.47º 0.44% 0.67% -
XYZ 21.8 24.52 42.61 -
YUV 131.08 151.09 102.98 -
System Red Green Blue C M Y K H S L
Decimal 96 141 172 0.44 0.18 0 0.33 204.47 0.31 0.53
Hex 60 8D AC 2C 12 0 21 CC 1F 35
Octal 140 215 254 54 22 0 41 314 37 65
Binary 1100000 10001101 10101100 101100 10010 0 100001 11001100 11111 110101

Color Harmonies of #608DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DAC

Black with #608DAC

Text Example


Text Example

White with #608DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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