Html Css Color HEX #608AAC Air Force Blue

📋 copy color: '#608AAC'

red 96 ◦ green 138 ◦ blue 172

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

Shades of Air Force Blue #608AAC

Tints of Air Force Blue #608AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.99%

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

R = 23.65%
G = 33.99%
B = 42.36%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#608AAC (or 0x608AAC) is known color: Air Force Blue. HEX triplet: 60, 8A and AC. RGB value is (96,138,172). Sum of RGB (Red+Green+Blue) = 96+138+172=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 138 (54.30% from 255 or 33.99% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #608AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608AAC is #9F7553. Grayscale: #818181. Windows color (decimal): -10450260 or 11307616. OLE color: 11307616.

HSL color Cylindrical-coordinate representation of color #608AAC: hue angle of 206.84º 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 #608AAC is Cyan = 0.44, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 138 172 -
CMYK 0.44 0.20 0 0.33
HSL 206.84º 0.31% 0.53% -
HSV(B) 206.84º 0.44% 0.67% -
XYZ 21.36 23.64 42.47 -
YUV 129.32 152.09 104.24 -
System Red Green Blue C M Y K H S L
Decimal 96 138 172 0.44 0.20 0 0.33 206.84 0.31 0.53
Hex 60 8A AC 2C 14 0 21 CF 1F 35
Octal 140 212 254 54 24 0 41 317 37 65
Binary 1100000 10001010 10101100 101100 10100 0 100001 11001111 11111 110101

Color Harmonies of #608AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608AAC

Black with #608AAC

Text Example


Text Example

White with #608AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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