Html Css Color HEX #678BAF Air Force Blue

📋 copy color: '#678BAF'

red 103 ◦ green 139 ◦ blue 175

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

Shades of Air Force Blue #678BAF

Tints of Air Force Blue #678BAF

RGB

 RED value IS 103 (40.63% from 255) = 24.7%

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

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

R = 24.7%
G = 33.33%
B = 41.97%

CMYK

 C value IS 0.41

 M value IS 0.21

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#678BAF (or 0x678BAF) is known color: Air Force Blue. HEX triplet: 67, 8B and AF. RGB value is (103,139,175). Sum of RGB (Red+Green+Blue) = 103+139+175=417 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.70% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 175 - color contains mainly: blue. Hex color #678BAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678BAF is #987450. Grayscale: #848484. Windows color (decimal): -9991249 or 11504487. OLE color: 11504487.

HSL color Cylindrical-coordinate representation of color #678BAF: hue angle of 210º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #678BAF is Cyan = 0.41, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 139 175 -
CMYK 0.41 0.21 0 0.31
HSL 210º 0.31% 0.55% -
HSV(B) 210º 0.41% 0.69% -
XYZ 22.56 24.44 44.09 -
YUV 132.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 103 139 175 0.41 0.21 0 0.31 210 0.31 0.55
Hex 67 8B AF 29 15 0 1F D2 1F 37
Octal 147 213 257 51 25 0 37 322 37 67
Binary 1100111 10001011 10101111 101001 10101 0 11111 11010010 11111 110111

Color Harmonies of #678BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678BAF

Black with #678BAF

Text Example


Text Example

White with #678BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678BAF; }

 p { color: rgb(103,139,175); }

 H1.HeaderClassName
 {
   color: #678BAF;
 }
 .AnyTagClassName
 {
   color: #678BAF;
 }
</style>

background-color css

<style>
 a { background-color: #678BAF; }

 a { background-color: rgb(103,139,175); }

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

border-color css

<style>
 span { border-color: #678BAF; }

 span { border-color: rgb(103,139,175); }

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