Html Css Color HEX #6494A6 Air Force Blue

📋 copy color: '#6494A6'

red 100 ◦ green 148 ◦ blue 166

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

Shades of Air Force Blue #6494A6

Tints of Air Force Blue #6494A6

RGB

 RED value IS 100 (39.45% from 255) = 24.15%

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

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

R = 24.15%
G = 35.75%
B = 40.1%

CMYK

 C value IS 0.40

 M value IS 0.11

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#6494A6 (or 0x6494A6) is known color: Air Force Blue. HEX triplet: 64, 94 and A6. RGB value is (100,148,166). Sum of RGB (Red+Green+Blue) = 100+148+166=414 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.15% from 414); Green value is 148 (58.20% from 255 or 35.75% from 414); Blue value is 166 (65.23% from 255 or 40.10% from 414); Max value from RGB is 166 - color contains mainly: blue. Hex color #6494A6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6494A6 is #9B6B59. Grayscale: #878787. Windows color (decimal): -10185562 or 10916964. OLE color: 10916964.

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

Color convert

RGB 100 148 166 -
CMYK 0.40 0.11 0 0.35
HSL 196.36º 0.27% 0.52% -
HSV(B) 196.36º 0.4% 0.65% -
XYZ 22.73 26.64 40.02 -
YUV 135.7 145.1 102.54 -
System Red Green Blue C M Y K H S L
Decimal 100 148 166 0.40 0.11 0 0.35 196.36 0.27 0.52
Hex 64 94 A6 28 B 0 23 C4 1B 34
Octal 144 224 246 50 13 0 43 304 33 64
Binary 1100100 10010100 10100110 101000 1011 0 100011 11000100 11011 110100

Color Harmonies of #6494A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6494A6

Black with #6494A6

Text Example


Text Example

White with #6494A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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