Html Css Color HEX #6785AD Air Force Blue

📋 copy color: '#6785AD'

red 103 ◦ green 133 ◦ blue 173

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

Shades of Air Force Blue #6785AD

Tints of Air Force Blue #6785AD

RGB

 RED value IS 103 (40.63% from 255) = 25.18%

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 173 (67.97% from 255) = 42.3%

R = 25.18%
G = 32.52%
B = 42.3%

CMYK

 C value IS 0.40

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6785AD (or 0x6785AD) is known color: Air Force Blue. HEX triplet: 67, 85 and AD. RGB value is (103,133,173). Sum of RGB (Red+Green+Blue) = 103+133+173=409 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.18% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #6785AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6785AD is #987A52. Grayscale: #808080. Windows color (decimal): -9992787 or 11371879. OLE color: 11371879.

HSL color Cylindrical-coordinate representation of color #6785AD: hue angle of 214.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6785AD is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 103 133 173 -
CMYK 0.40 0.23 0 0.32
HSL 214.29º 0.3% 0.54% -
HSV(B) 214.29º 0.4% 0.68% -
XYZ 21.52 22.68 42.78 -
YUV 128.59 153.06 109.75 -
System Red Green Blue C M Y K H S L
Decimal 103 133 173 0.40 0.23 0 0.32 214.29 0.3 0.54
Hex 67 85 AD 28 17 0 20 D6 1E 36
Octal 147 205 255 50 27 0 40 326 36 66
Binary 1100111 10000101 10101101 101000 10111 0 100000 11010110 11110 110110

Color Harmonies of #6785AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6785AD

Black with #6785AD

Text Example


Text Example

White with #6785AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6785AD; }

 p { color: rgb(103,133,173); }

 H1.HeaderClassName
 {
   color: #6785AD;
 }
 .AnyTagClassName
 {
   color: #6785AD;
 }
</style>

background-color css

<style>
 a { background-color: #6785AD; }

 a { background-color: rgb(103,133,173); }

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

border-color css

<style>
 span { border-color: #6785AD; }

 span { border-color: rgb(103,133,173); }

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