Html Css Color HEX #6094AB Air Force Blue

📋 copy color: '#6094AB'

red 96 ◦ green 148 ◦ blue 171

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

Shades of Air Force Blue #6094AB

Tints of Air Force Blue #6094AB

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 171 (67.19% from 255) = 41.2%

R = 23.13%
G = 35.66%
B = 41.2%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6094AB (or 0x6094AB) is known color: Air Force Blue. HEX triplet: 60, 94 and AB. RGB value is (96,148,171). Sum of RGB (Red+Green+Blue) = 96+148+171=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #6094AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6094AB is #9F6B54. Grayscale: #868686. Windows color (decimal): -10447701 or 11244640. OLE color: 11244640.

HSL color Cylindrical-coordinate representation of color #6094AB: hue angle of 198.4º degrees, saturation: 0.31, 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 #6094AB is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 148 171 -
CMYK 0.44 0.13 0 0.33
HSL 198.4º 0.31% 0.52% -
HSV(B) 198.4º 0.44% 0.67% -
XYZ 22.76 26.61 42.46 -
YUV 135.07 148.27 100.13 -
System Red Green Blue C M Y K H S L
Decimal 96 148 171 0.44 0.13 0 0.33 198.4 0.31 0.52
Hex 60 94 AB 2C D 0 21 C6 1F 34
Octal 140 224 253 54 15 0 41 306 37 64
Binary 1100000 10010100 10101011 101100 1101 0 100001 11000110 11111 110100

Color Harmonies of #6094AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6094AB

Black with #6094AB

Text Example


Text Example

White with #6094AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6094AB; }

 p { color: rgb(96,148,171); }

 H1.HeaderClassName
 {
   color: #6094AB;
 }
 .AnyTagClassName
 {
   color: #6094AB;
 }
</style>

background-color css

<style>
 a { background-color: #6094AB; }

 a { background-color: rgb(96,148,171); }

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

border-color css

<style>
 span { border-color: #6094AB; }

 span { border-color: rgb(96,148,171); }

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