Html Css Color HEX #608DA3 Air Force Blue

📋 copy color: '#608DA3'

red 96 ◦ green 141 ◦ blue 163

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

Shades of Air Force Blue #608DA3

Tints of Air Force Blue #608DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 40.75%

R = 24%
G = 35.25%
B = 40.75%

CMYK

 C value IS 0.41

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#608DA3 (or 0x608DA3) is known color: Air Force Blue. HEX triplet: 60, 8D and A3. RGB value is (96,141,163). Sum of RGB (Red+Green+Blue) = 96+141+163=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 163 (64.06% from 255 or 40.75% from 400); Max value from RGB is 163 - color contains mainly: blue. Hex color #608DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608DA3 is #9F725C. Grayscale: #818181. Windows color (decimal): -10449501 or 10718560. OLE color: 10718560.

HSL color Cylindrical-coordinate representation of color #608DA3: hue angle of 199.7º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #608DA3 is Cyan = 0.41, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 96 141 163 -
CMYK 0.41 0.13 0 0.36
HSL 199.7º 0.27% 0.51% -
HSV(B) 199.7º 0.41% 0.64% -
XYZ 20.96 24.18 38.21 -
YUV 130.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 96 141 163 0.41 0.13 0 0.36 199.7 0.27 0.51
Hex 60 8D A3 29 D 0 24 C8 1B 33
Octal 140 215 243 51 15 0 44 310 33 63
Binary 1100000 10001101 10100011 101001 1101 0 100100 11001000 11011 110011

Color Harmonies of #608DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608DA3

Black with #608DA3

Text Example


Text Example

White with #608DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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