Html Css Color HEX #6A8EAF Air Force Blue

📋 copy color: '#6A8EAF'

red 106 ◦ green 142 ◦ blue 175

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

Shades of Air Force Blue #6A8EAF

Tints of Air Force Blue #6A8EAF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.57%

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 25.06%
G = 33.57%
B = 41.37%

CMYK

 C value IS 0.39

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A8EAF (or 0x6A8EAF) is known color: Air Force Blue. HEX triplet: 6A, 8E and AF. RGB value is (106,142,175). Sum of RGB (Red+Green+Blue) = 106+142+175=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A8EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8EAF is #957150. Grayscale: #868686. Windows color (decimal): -9793873 or 11505258. OLE color: 11505258.

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

Color convert

RGB 106 142 175 -
CMYK 0.39 0.19 0 0.31
HSL 208.7º 0.3% 0.55% -
HSV(B) 208.7º 0.39% 0.69% -
XYZ 23.35 25.51 44.25 -
YUV 135 150.57 107.32 -
System Red Green Blue C M Y K H S L
Decimal 106 142 175 0.39 0.19 0 0.31 208.7 0.3 0.55
Hex 6A 8E AF 27 13 0 1F D1 1E 37
Octal 152 216 257 47 23 0 37 321 36 67
Binary 1101010 10001110 10101111 100111 10011 0 11111 11010001 11110 110111

Color Harmonies of #6A8EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8EAF

Black with #6A8EAF

Text Example


Text Example

White with #6A8EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,142,175); }

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

background-color css

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

 a { background-color: rgb(106,142,175); }

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

border-color css

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

 span { border-color: rgb(106,142,175); }

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