Html Css Color HEX #6A8FAE Air Force Blue

📋 copy color: '#6A8FAE'

red 106 ◦ green 143 ◦ blue 174

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

Shades of Air Force Blue #6A8FAE

Tints of Air Force Blue #6A8FAE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

 BLUE value IS 174 (68.36% from 255) = 41.13%

R = 25.06%
G = 33.81%
B = 41.13%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6A8FAE (or 0x6A8FAE) is known color: Air Force Blue. HEX triplet: 6A, 8F and AE. RGB value is (106,143,174). Sum of RGB (Red+Green+Blue) = 106+143+174=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A8FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8FAE is #957051. Grayscale: #878787. Windows color (decimal): -9793618 or 11439978. OLE color: 11439978.

HSL color Cylindrical-coordinate representation of color #6A8FAE: hue angle of 207.35º degrees, saturation: 0.3, 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 #6A8FAE is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 106 143 174 -
CMYK 0.39 0.18 0 0.32
HSL 207.35º 0.3% 0.55% -
HSV(B) 207.35º 0.39% 0.68% -
XYZ 23.41 25.77 43.78 -
YUV 135.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 106 143 174 0.39 0.18 0 0.32 207.35 0.3 0.55
Hex 6A 8F AE 27 12 0 20 CF 1E 37
Octal 152 217 256 47 22 0 40 317 36 67
Binary 1101010 10001111 10101110 100111 10010 0 100000 11001111 11110 110111

Color Harmonies of #6A8FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8FAE

Black with #6A8FAE

Text Example


Text Example

White with #6A8FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,143,174); }

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

background-color css

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

 a { background-color: rgb(106,143,174); }

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

border-color css

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

 span { border-color: rgb(106,143,174); }

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