#608CA5

Color #608CA5 Air Force Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Air Force Blue #608CA5

Tints of Air Force Blue #608CA5

Color information

#608CA5 (or 0x608CA5) is unknown color: approx Air Force Blue. HEX triplet: 60, 8C and A5. RGB value is (96,140,165). Sum of RGB (Red+Green+Blue) = 96+140+165=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 165 (64.84% from 255 or 41.15% from 401); Max value from RGB is 165 - color contains mainly: blue. Hex color #608CA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608CA5 is #9F735A. Grayscale: #818181. Windows color (decimal): -10449755 or 10849376. OLE color: 10849376.

HSL color Cylindrical-coordinate representation of color #608CA5: hue angle of 201.74º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #608CA5 is Cyan = 0.42, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB96140165-
CMYK0.420.1500.35
HSL201.74º27.71%51.18%-
HSV(B)201.74º41.82%64.71%-
XYZ20.9923.9639.12-
YUV129.69147.92103.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.94%
GREEN value IS 140 (55.08% from 255) = 34.91%
BLUE value IS 165 (64.84% from 255) = 41.15%
R=23.94%
G=34.91%
B=41.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal961401650.420.1500.35201.7427.7151.18
Hex608CA52AF023ca1c33
Octal14021424552170433123463
Binary11000001000110010100101101010111101000111100101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,140,165); }

 H1.HeaderClassName
 {
   color: #608CA5;
 }
 .AnyTagClassName
 {
   color: #608CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(96,140,165); }

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

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

 span { border-color: rgb(96,140,165); }

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