Html Css Color HEX #608FAC Air Force Blue

📋 copy color: '#608FAC'

red 96 ◦ green 143 ◦ blue 172

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

Shades of Air Force Blue #608FAC

Tints of Air Force Blue #608FAC

RGB

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

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

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

R = 23.36%
G = 34.79%
B = 41.85%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#608FAC (or 0x608FAC) is known color: Air Force Blue. HEX triplet: 60, 8F and AC. RGB value is (96,143,172). Sum of RGB (Red+Green+Blue) = 96+143+172=411 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.36% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #608FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608FAC is #9F7053. Grayscale: #848484. Windows color (decimal): -10448980 or 11308896. OLE color: 11308896.

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

Color convert

RGB 96 143 172 -
CMYK 0.44 0.17 0 0.33
HSL 202.89º 0.31% 0.53% -
HSV(B) 202.89º 0.44% 0.67% -
XYZ 22.09 25.11 42.71 -
YUV 132.25 150.43 102.14 -
System Red Green Blue C M Y K H S L
Decimal 96 143 172 0.44 0.17 0 0.33 202.89 0.31 0.53
Hex 60 8F AC 2C 11 0 21 CB 1F 35
Octal 140 217 254 54 21 0 41 313 37 65
Binary 1100000 10001111 10101100 101100 10001 0 100001 11001011 11111 110101

Color Harmonies of #608FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608FAC

Black with #608FAC

Text Example


Text Example

White with #608FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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