Html Css Color HEX #67757C Blue Bayoux

📋 copy color: '#67757C'

red 103 ◦ green 117 ◦ blue 124

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

Shades of Blue Bayoux #67757C

Tints of Blue Bayoux #67757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.01%

 BLUE value IS 124 (48.83% from 255) = 36.05%

R = 29.94%
G = 34.01%
B = 36.05%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67757C (or 0x67757C) is known color: Blue Bayoux. HEX triplet: 67, 75 and 7C. RGB value is (103,117,124). Sum of RGB (Red+Green+Blue) = 103+117+124=344 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.94% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #67757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67757C is #988A83. Grayscale: #717171. Windows color (decimal): -9996932 or 8156519. OLE color: 8156519.

HSL color Cylindrical-coordinate representation of color #67757C: hue angle of 200º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67757C is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 117 124 -
CMYK 0.17 0.06 0 0.51
HSL 200º 0.09% 0.45% -
HSV(B) 200º 0.17% 0.49% -
XYZ 15.59 17.06 21.54 -
YUV 113.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 103 117 124 0.17 0.06 0 0.51 200 0.09 0.45
Hex 67 75 7C 11 6 0 33 C8 9 2D
Octal 147 165 174 21 6 0 63 310 11 55
Binary 1100111 1110101 1111100 10001 110 0 110011 11001000 1001 101101

Color Harmonies of #67757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67757C

Black with #67757C

Text Example


Text Example

White with #67757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67757C; }

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

 H1.HeaderClassName
 {
   color: #67757C;
 }
 .AnyTagClassName
 {
   color: #67757C;
 }
</style>

background-color css

<style>
 a { background-color: #67757C; }

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

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

border-color css

<style>
 span { border-color: #67757C; }

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

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