Html Css Color HEX #6893AC Air Force Blue

📋 copy color: '#6893AC'

red 104 ◦ green 147 ◦ blue 172

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

Shades of Air Force Blue #6893AC

Tints of Air Force Blue #6893AC

RGB

 RED value IS 104 (41.02% from 255) = 24.59%

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

 BLUE value IS 172 (67.58% from 255) = 40.66%

R = 24.59%
G = 34.75%
B = 40.66%

CMYK

 C value IS 0.40

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6893AC (or 0x6893AC) is known color: Air Force Blue. HEX triplet: 68, 93 and AC. RGB value is (104,147,172). Sum of RGB (Red+Green+Blue) = 104+147+172=423 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.59% from 423); Green value is 147 (57.81% from 255 or 34.75% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: blue. Hex color #6893AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6893AC is #976C53. Grayscale: #888888. Windows color (decimal): -9923668 or 11309928. OLE color: 11309928.

HSL color Cylindrical-coordinate representation of color #6893AC: hue angle of 202.06º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6893AC is Cyan = 0.40, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 104 147 172 -
CMYK 0.40 0.15 0 0.33
HSL 202.06º 0.29% 0.54% -
HSV(B) 202.06º 0.4% 0.67% -
XYZ 23.59 26.79 42.96 -
YUV 136.99 147.75 104.47 -
System Red Green Blue C M Y K H S L
Decimal 104 147 172 0.40 0.15 0 0.33 202.06 0.29 0.54
Hex 68 93 AC 28 F 0 21 CA 1D 36
Octal 150 223 254 50 17 0 41 312 35 66
Binary 1101000 10010011 10101100 101000 1111 0 100001 11001010 11101 110110

Color Harmonies of #6893AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6893AC

Black with #6893AC

Text Example


Text Example

White with #6893AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6893AC; }

 p { color: rgb(104,147,172); }

 H1.HeaderClassName
 {
   color: #6893AC;
 }
 .AnyTagClassName
 {
   color: #6893AC;
 }
</style>

background-color css

<style>
 a { background-color: #6893AC; }

 a { background-color: rgb(104,147,172); }

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

border-color css

<style>
 span { border-color: #6893AC; }

 span { border-color: rgb(104,147,172); }

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