Html Css Color HEX #6B8DAE Air Force Blue

📋 copy color: '#6B8DAE'

red 107 ◦ green 141 ◦ blue 174

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

Shades of Air Force Blue #6B8DAE

Tints of Air Force Blue #6B8DAE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.41%

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

R = 25.36%
G = 33.41%
B = 41.23%

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

#6B8DAE (or 0x6B8DAE) is known color: Air Force Blue. HEX triplet: 6B, 8D and AE. RGB value is (107,141,174). Sum of RGB (Red+Green+Blue) = 107+141+174=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 141 (55.47% from 255 or 33.41% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B8DAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8DAE is #947251. Grayscale: #868686. Windows color (decimal): -9728594 or 11439467. OLE color: 11439467.

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

Color convert

RGB 107 141 174 -
CMYK 0.39 0.19 0 0.32
HSL 209.55º 0.29% 0.55% -
HSV(B) 209.55º 0.39% 0.68% -
XYZ 23.23 25.23 43.69 -
YUV 134.6 150.24 108.32 -
System Red Green Blue C M Y K H S L
Decimal 107 141 174 0.39 0.19 0 0.32 209.55 0.29 0.55
Hex 6B 8D AE 27 13 0 20 D2 1D 37
Octal 153 215 256 47 23 0 40 322 35 67
Binary 1101011 10001101 10101110 100111 10011 0 100000 11010010 11101 110111

Color Harmonies of #6B8DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8DAE

Black with #6B8DAE

Text Example


Text Example

White with #6B8DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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