Html Css Color HEX #6083AA Air Force Blue

📋 copy color: '#6083AA'

red 96 ◦ green 131 ◦ blue 170

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

Shades of Air Force Blue #6083AA

Tints of Air Force Blue #6083AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33%

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 24.18%
G = 33%
B = 42.82%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6083AA (or 0x6083AA) is known color: Air Force Blue. HEX triplet: 60, 83 and AA. RGB value is (96,131,170). Sum of RGB (Red+Green+Blue) = 96+131+170=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 131 (51.56% from 255 or 33.00% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #6083AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6083AA is #9F7C55. Grayscale: #7C7C7C. Windows color (decimal): -10452054 or 11174752. OLE color: 11174752.

HSL color Cylindrical-coordinate representation of color #6083AA: hue angle of 211.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6083AA is Cyan = 0.44, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 131 170 -
CMYK 0.44 0.23 0 0.33
HSL 211.62º 0.3% 0.52% -
HSV(B) 211.62º 0.44% 0.67% -
XYZ 20.2 21.62 41.14 -
YUV 124.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 96 131 170 0.44 0.23 0 0.33 211.62 0.3 0.52
Hex 60 83 AA 2C 17 0 21 D4 1E 34
Octal 140 203 252 54 27 0 41 324 36 64
Binary 1100000 10000011 10101010 101100 10111 0 100001 11010100 11110 110100

Color Harmonies of #6083AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6083AA

Black with #6083AA

Text Example


Text Example

White with #6083AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6083AA; }

 p { color: rgb(96,131,170); }

 H1.HeaderClassName
 {
   color: #6083AA;
 }
 .AnyTagClassName
 {
   color: #6083AA;
 }
</style>

background-color css

<style>
 a { background-color: #6083AA; }

 a { background-color: rgb(96,131,170); }

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

border-color css

<style>
 span { border-color: #6083AA; }

 span { border-color: rgb(96,131,170); }

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