Html Css Color HEX #6093AA Air Force Blue

📋 copy color: '#6093AA'

red 96 ◦ green 147 ◦ blue 170

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

Shades of Air Force Blue #6093AA

Tints of Air Force Blue #6093AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

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

R = 23.24%
G = 35.59%
B = 41.16%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6093AA (or 0x6093AA) is known color: Air Force Blue. HEX triplet: 60, 93 and AA. RGB value is (96,147,170). Sum of RGB (Red+Green+Blue) = 96+147+170=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 170 - color contains mainly: blue. Hex color #6093AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6093AA is #9F6C55. Grayscale: #868686. Windows color (decimal): -10447958 or 11178848. OLE color: 11178848.

HSL color Cylindrical-coordinate representation of color #6093AA: hue angle of 198.65º 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 #6093AA is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 147 170 -
CMYK 0.44 0.14 0 0.33
HSL 198.65º 0.3% 0.52% -
HSV(B) 198.65º 0.44% 0.67% -
XYZ 22.51 26.26 41.91 -
YUV 134.37 148.1 100.63 -
System Red Green Blue C M Y K H S L
Decimal 96 147 170 0.44 0.14 0 0.33 198.65 0.3 0.52
Hex 60 93 AA 2C E 0 21 C7 1E 34
Octal 140 223 252 54 16 0 41 307 36 64
Binary 1100000 10010011 10101010 101100 1110 0 100001 11000111 11110 110100

Color Harmonies of #6093AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6093AA

Black with #6093AA

Text Example


Text Example

White with #6093AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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