Html Css Color HEX #608B9F Air Force Blue

📋 copy color: '#608B9F'

red 96 ◦ green 139 ◦ blue 159

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

Shades of Air Force Blue #608B9F

Tints of Air Force Blue #608B9F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 35.28%

 BLUE value IS 159 (62.5% from 255) = 40.36%

R = 24.37%
G = 35.28%
B = 40.36%

CMYK

 C value IS 0.40

 M value IS 0.13

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#608B9F (or 0x608B9F) is known color: Air Force Blue. HEX triplet: 60, 8B and 9F. RGB value is (96,139,159). Sum of RGB (Red+Green+Blue) = 96+139+159=394 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.37% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #608B9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608B9F is #9F7460. Grayscale: #808080. Windows color (decimal): -10450017 or 10455904. OLE color: 10455904.

HSL color Cylindrical-coordinate representation of color #608B9F: hue angle of 199.05º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #608B9F is Cyan = 0.40, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 139 159 -
CMYK 0.40 0.13 0 0.38
HSL 199.05º 0.25% 0.5% -
HSV(B) 199.05º 0.4% 0.62% -
XYZ 20.31 23.46 36.26 -
YUV 128.42 145.25 104.87 -
System Red Green Blue C M Y K H S L
Decimal 96 139 159 0.40 0.13 0 0.38 199.05 0.25 0.5
Hex 60 8B 9F 28 D 0 26 C7 19 32
Octal 140 213 237 50 15 0 46 307 31 62
Binary 1100000 10001011 10011111 101000 1101 0 100110 11000111 11001 110010

Color Harmonies of #608B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608B9F

Black with #608B9F

Text Example


Text Example

White with #608B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,139,159); }

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

background-color css

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

 a { background-color: rgb(96,139,159); }

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

border-color css

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

 span { border-color: rgb(96,139,159); }

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