Html Css Color HEX #6B8BAE Air Force Blue

📋 copy color: '#6B8BAE'

red 107 ◦ green 139 ◦ blue 174

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

Shades of Air Force Blue #6B8BAE

Tints of Air Force Blue #6B8BAE

RGB

 RED value IS 107 (42.19% from 255) = 25.48%

 GREEN value IS 139 (54.69% from 255) = 33.1%

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

R = 25.48%
G = 33.1%
B = 41.43%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B8BAE (or 0x6B8BAE) is known color: Air Force Blue. HEX triplet: 6B, 8B and AE. RGB value is (107,139,174). Sum of RGB (Red+Green+Blue) = 107+139+174=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B8BAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8BAE is #947451. Grayscale: #858585. Windows color (decimal): -9729106 or 11438955. OLE color: 11438955.

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

Color convert

RGB 107 139 174 -
CMYK 0.39 0.20 0 0.32
HSL 211.34º 0.29% 0.55% -
HSV(B) 211.34º 0.39% 0.68% -
XYZ 22.94 24.65 43.59 -
YUV 133.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 107 139 174 0.39 0.20 0 0.32 211.34 0.29 0.55
Hex 6B 8B AE 27 14 0 20 D3 1D 37
Octal 153 213 256 47 24 0 40 323 35 67
Binary 1101011 10001011 10101110 100111 10100 0 100000 11010011 11101 110111

Color Harmonies of #6B8BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8BAE

Black with #6B8BAE

Text Example


Text Example

White with #6B8BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,139,174); }

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

background-color css

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

 a { background-color: rgb(107,139,174); }

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

border-color css

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

 span { border-color: rgb(107,139,174); }

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