Html Css Color HEX #608DAB Air Force Blue

📋 copy color: '#608DAB'

red 96 ◦ green 141 ◦ blue 171

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

Shades of Air Force Blue #608DAB

Tints of Air Force Blue #608DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.91%

R = 23.53%
G = 34.56%
B = 41.91%

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

#608DAB (or 0x608DAB) is known color: Air Force Blue. HEX triplet: 60, 8D and AB. RGB value is (96,141,171). Sum of RGB (Red+Green+Blue) = 96+141+171=408 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.53% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #608DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DAB is #9F7254. Grayscale: #828282. Windows color (decimal): -10449493 or 11242848. OLE color: 11242848.

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

Color convert

RGB 96 141 171 -
CMYK 0.44 0.18 0 0.33
HSL 204º 0.31% 0.52% -
HSV(B) 204º 0.44% 0.67% -
XYZ 21.7 24.48 42.11 -
YUV 130.97 150.59 103.06 -
System Red Green Blue C M Y K H S L
Decimal 96 141 171 0.44 0.18 0 0.33 204 0.31 0.52
Hex 60 8D AB 2C 12 0 21 CC 1F 34
Octal 140 215 253 54 22 0 41 314 37 64
Binary 1100000 10001101 10101011 101100 10010 0 100001 11001100 11111 110100

Color Harmonies of #608DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DAB

Black with #608DAB

Text Example


Text Example

White with #608DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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