Html Css Color HEX #678EAF Air Force Blue

📋 copy color: '#678EAF'

red 103 ◦ green 142 ◦ blue 175

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

Shades of Air Force Blue #678EAF

Tints of Air Force Blue #678EAF

RGB

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

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

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

R = 24.52%
G = 33.81%
B = 41.67%

CMYK

 C value IS 0.41

 M value IS 0.19

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#678EAF (or 0x678EAF) is known color: Air Force Blue. HEX triplet: 67, 8E and AF. RGB value is (103,142,175). Sum of RGB (Red+Green+Blue) = 103+142+175=420 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.52% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #678EAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678EAF is #987150. Grayscale: #858585. Windows color (decimal): -9990481 or 11505255. OLE color: 11505255.

HSL color Cylindrical-coordinate representation of color #678EAF: hue angle of 207.5º 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 #678EAF is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 103 142 175 -
CMYK 0.41 0.19 0 0.31
HSL 207.5º 0.31% 0.55% -
HSV(B) 207.5º 0.41% 0.69% -
XYZ 23 25.32 44.23 -
YUV 134.1 151.08 105.82 -
System Red Green Blue C M Y K H S L
Decimal 103 142 175 0.41 0.19 0 0.31 207.5 0.31 0.55
Hex 67 8E AF 29 13 0 1F D0 1F 37
Octal 147 216 257 51 23 0 37 320 37 67
Binary 1100111 10001110 10101111 101001 10011 0 11111 11010000 11111 110111

Color Harmonies of #678EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678EAF

Black with #678EAF

Text Example


Text Example

White with #678EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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