Html Css Color HEX #6194A6 Air Force Blue

📋 copy color: '#6194A6'

red 97 ◦ green 148 ◦ blue 166

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

Shades of Air Force Blue #6194A6

Tints of Air Force Blue #6194A6

RGB

 RED value IS 97 (38.28% from 255) = 23.6%

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

 BLUE value IS 166 (65.23% from 255) = 40.39%

R = 23.6%
G = 36.01%
B = 40.39%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6194A6 (or 0x6194A6) is known color: Air Force Blue. HEX triplet: 61, 94 and A6. RGB value is (97,148,166). Sum of RGB (Red+Green+Blue) = 97+148+166=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 166 - color contains mainly: blue. Hex color #6194A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6194A6 is #9E6B59. Grayscale: #868686. Windows color (decimal): -10382170 or 10916961. OLE color: 10916961.

HSL color Cylindrical-coordinate representation of color #6194A6: hue angle of 195.65º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6194A6 is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 97 148 166 -
CMYK 0.42 0.11 0 0.35
HSL 195.65º 0.28% 0.52% -
HSV(B) 195.65º 0.42% 0.65% -
XYZ 22.4 26.47 40.01 -
YUV 134.8 145.6 101.04 -
System Red Green Blue C M Y K H S L
Decimal 97 148 166 0.42 0.11 0 0.35 195.65 0.28 0.52
Hex 61 94 A6 2A B 0 23 C4 1C 34
Octal 141 224 246 52 13 0 43 304 34 64
Binary 1100001 10010100 10100110 101010 1011 0 100011 11000100 11100 110100

Color Harmonies of #6194A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6194A6

Black with #6194A6

Text Example


Text Example

White with #6194A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6194A6; }

 p { color: rgb(97,148,166); }

 H1.HeaderClassName
 {
   color: #6194A6;
 }
 .AnyTagClassName
 {
   color: #6194A6;
 }
</style>

background-color css

<style>
 a { background-color: #6194A6; }

 a { background-color: rgb(97,148,166); }

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

border-color css

<style>
 span { border-color: #6194A6; }

 span { border-color: rgb(97,148,166); }

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