Html Css Color HEX #6B8AAE Air Force Blue

📋 copy color: '#6B8AAE'

red 107 ◦ green 138 ◦ blue 174

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

Shades of Air Force Blue #6B8AAE

Tints of Air Force Blue #6B8AAE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.94%

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

R = 25.54%
G = 32.94%
B = 41.53%

CMYK

 C value IS 0.39

 M value IS 0.21

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B8AAE (or 0x6B8AAE) is known color: Air Force Blue. HEX triplet: 6B, 8A and AE. RGB value is (107,138,174). Sum of RGB (Red+Green+Blue) = 107+138+174=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 138 (54.30% from 255 or 32.94% from 419); Blue value is 174 (68.36% from 255 or 41.53% from 419); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B8AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8AAE is #947551. Grayscale: #848484. Windows color (decimal): -9729362 or 11438699. OLE color: 11438699.

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

Color convert

RGB 107 138 174 -
CMYK 0.39 0.21 0 0.32
HSL 212.24º 0.29% 0.55% -
HSV(B) 212.24º 0.39% 0.68% -
XYZ 22.79 24.36 43.54 -
YUV 132.84 151.23 109.57 -
System Red Green Blue C M Y K H S L
Decimal 107 138 174 0.39 0.21 0 0.32 212.24 0.29 0.55
Hex 6B 8A AE 27 15 0 20 D4 1D 37
Octal 153 212 256 47 25 0 40 324 35 67
Binary 1101011 10001010 10101110 100111 10101 0 100000 11010100 11101 110111

Color Harmonies of #6B8AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8AAE

Black with #6B8AAE

Text Example


Text Example

White with #6B8AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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