Html Css Color HEX #608DB4 Air Force Blue

📋 copy color: '#608DB4'

red 96 ◦ green 141 ◦ blue 180

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

Shades of Air Force Blue #608DB4

Tints of Air Force Blue #608DB4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.81%

 BLUE value IS 180 (70.7% from 255) = 43.17%

R = 23.02%
G = 33.81%
B = 43.17%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#608DB4 (or 0x608DB4) is known color: Air Force Blue. HEX triplet: 60, 8D and B4. RGB value is (96,141,180). Sum of RGB (Red+Green+Blue) = 96+141+180=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 141 (55.47% from 255 or 33.81% from 417); Blue value is 180 (70.70% from 255 or 43.17% from 417); Max value from RGB is 180 - color contains mainly: blue. Hex color #608DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DB4 is #9F724B. Grayscale: #838383. Windows color (decimal): -10449484 or 11832672. OLE color: 11832672.

HSL color Cylindrical-coordinate representation of color #608DB4: hue angle of 207.86º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #608DB4 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 96 141 180 -
CMYK 0.47 0.22 0 0.29
HSL 207.86º 0.36% 0.54% -
HSV(B) 207.86º 0.47% 0.71% -
XYZ 22.59 24.83 46.78 -
YUV 131.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 96 141 180 0.47 0.22 0 0.29 207.86 0.36 0.54
Hex 60 8D B4 2F 16 0 1D D0 24 36
Octal 140 215 264 57 26 0 35 320 44 66
Binary 1100000 10001101 10110100 101111 10110 0 11101 11010000 100100 110110

Color Harmonies of #608DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DB4

Black with #608DB4

Text Example


Text Example

White with #608DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,141,180); }

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

background-color css

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

 a { background-color: rgb(96,141,180); }

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

border-color css

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

 span { border-color: rgb(96,141,180); }

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