Html Css Color HEX #677C7D Blue Bayoux

📋 copy color: '#677C7D'

red 103 ◦ green 124 ◦ blue 125

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

Shades of Blue Bayoux #677C7D

Tints of Blue Bayoux #677C7D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

 BLUE value IS 125 (49.22% from 255) = 35.51%

R = 29.26%
G = 35.23%
B = 35.51%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#677C7D (or 0x677C7D) is known color: Blue Bayoux. HEX triplet: 67, 7C and 7D. RGB value is (103,124,125). Sum of RGB (Red+Green+Blue) = 103+124+125=352 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.26% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 125 - color contains mainly: blue. Hex color #677C7D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677C7D is #988382. Grayscale: #757575. Windows color (decimal): -9995139 or 8223847. OLE color: 8223847.

HSL color Cylindrical-coordinate representation of color #677C7D: hue angle of 182.73º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #677C7D is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 124 125 -
CMYK 0.18 0.01 0 0.51
HSL 182.73º 0.1% 0.45% -
HSV(B) 182.73º 0.18% 0.49% -
XYZ 16.5 18.78 22.16 -
YUV 117.84 132.04 117.42 -
System Red Green Blue C M Y K H S L
Decimal 103 124 125 0.18 0.01 0 0.51 182.73 0.1 0.45
Hex 67 7C 7D 12 1 0 33 B7 A 2D
Octal 147 174 175 22 1 0 63 267 12 55
Binary 1100111 1111100 1111101 10010 1 0 110011 10110111 1010 101101

Color Harmonies of #677C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677C7D

Black with #677C7D

Text Example


Text Example

White with #677C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677C7D; }

 p { color: rgb(103,124,125); }

 H1.HeaderClassName
 {
   color: #677C7D;
 }
 .AnyTagClassName
 {
   color: #677C7D;
 }
</style>

background-color css

<style>
 a { background-color: #677C7D; }

 a { background-color: rgb(103,124,125); }

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

border-color css

<style>
 span { border-color: #677C7D; }

 span { border-color: rgb(103,124,125); }

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