#608CB1

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

Shades of Air Force Blue #608CB1

Tints of Air Force Blue #608CB1

Color information

#608CB1 (or 0x608CB1) is unknown color: approx Air Force Blue. HEX triplet: 60, 8C and B1. RGB value is (96,140,177). Sum of RGB (Red+Green+Blue) = 96+140+177=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 140 (55.08% from 255 or 33.90% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #608CB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608CB1 is #9F734E. Grayscale: #828282. Windows color (decimal): -10449743 or 11635808. OLE color: 11635808.

HSL color Cylindrical-coordinate representation of color #608CB1: hue angle of 207.41º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #608CB1 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB96140177-
CMYK0.460.2100.31
HSL207.41º34.18%53.53%-
HSV(B)207.41º45.76%69.41%-
XYZ22.1424.4245.14-
YUV131.06153.92102.99-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.24%
GREEN value IS 140 (55.08% from 255) = 33.90%
BLUE value IS 177 (69.53% from 255) = 42.86%
R=23.24%
G=33.90%
B=42.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal961401770.460.2100.31207.4134.1853.53
Hex608CB12E1501Fcf2236
Octal14021426156250373174266
Binary110000010001100101100011011101010101111111001111100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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