Html Css Color HEX #6A8CAD Air Force Blue

📋 copy color: '#6A8CAD'

red 106 ◦ green 140 ◦ blue 173

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

Shades of Air Force Blue #6A8CAD

Tints of Air Force Blue #6A8CAD

RGB

 RED value IS 106 (41.8% from 255) = 25.3%

 GREEN value IS 140 (55.08% from 255) = 33.41%

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

R = 25.3%
G = 33.41%
B = 41.29%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A8CAD (or 0x6A8CAD) is known color: Air Force Blue. HEX triplet: 6A, 8C and AD. RGB value is (106,140,173). Sum of RGB (Red+Green+Blue) = 106+140+173=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 140 (55.08% from 255 or 33.41% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A8CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8CAD is #957352. Grayscale: #858585. Windows color (decimal): -9794387 or 11373674. OLE color: 11373674.

HSL color Cylindrical-coordinate representation of color #6A8CAD: hue angle of 209.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A8CAD is Cyan = 0.39, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 140 173 -
CMYK 0.39 0.19 0 0.32
HSL 209.55º 0.29% 0.55% -
HSV(B) 209.55º 0.39% 0.68% -
XYZ 22.86 24.84 43.12 -
YUV 133.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 106 140 173 0.39 0.19 0 0.32 209.55 0.29 0.55
Hex 6A 8C AD 27 13 0 20 D2 1D 37
Octal 152 214 255 47 23 0 40 322 35 67
Binary 1101010 10001100 10101101 100111 10011 0 100000 11010010 11101 110111

Color Harmonies of #6A8CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8CAD

Black with #6A8CAD

Text Example


Text Example

White with #6A8CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8CAD; }

 p { color: rgb(106,140,173); }

 H1.HeaderClassName
 {
   color: #6A8CAD;
 }
 .AnyTagClassName
 {
   color: #6A8CAD;
 }
</style>

background-color css

<style>
 a { background-color: #6A8CAD; }

 a { background-color: rgb(106,140,173); }

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

border-color css

<style>
 span { border-color: #6A8CAD; }

 span { border-color: rgb(106,140,173); }

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