Html Css Color HEX #608BB1 Air Force Blue

📋 copy color: '#608BB1'

red 96 ◦ green 139 ◦ blue 177

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

Shades of Air Force Blue #608BB1

Tints of Air Force Blue #608BB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.96%

R = 23.3%
G = 33.74%
B = 42.96%

CMYK

 C value IS 0.46

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#608BB1 (or 0x608BB1) is known color: Air Force Blue. HEX triplet: 60, 8B and B1. RGB value is (96,139,177). Sum of RGB (Red+Green+Blue) = 96+139+177=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 177 (69.53% from 255 or 42.96% from 412); Max value from RGB is 177 - color contains mainly: blue. Hex color #608BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608BB1 is #9F744E. Grayscale: #828282. Windows color (decimal): -10449999 or 11635552. OLE color: 11635552.

HSL color Cylindrical-coordinate representation of color #608BB1: hue angle of 208.15º 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 #608BB1 is Cyan = 0.46, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 139 177 -
CMYK 0.46 0.21 0 0.31
HSL 208.15º 0.34% 0.54% -
HSV(B) 208.15º 0.46% 0.69% -
XYZ 21.99 24.13 45.09 -
YUV 130.48 154.25 103.41 -
System Red Green Blue C M Y K H S L
Decimal 96 139 177 0.46 0.21 0 0.31 208.15 0.34 0.54
Hex 60 8B B1 2E 15 0 1F D0 22 36
Octal 140 213 261 56 25 0 37 320 42 66
Binary 1100000 10001011 10110001 101110 10101 0 11111 11010000 100010 110110

Color Harmonies of #608BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608BB1

Black with #608BB1

Text Example


Text Example

White with #608BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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