Html Css Color HEX #67767E Blue Bayoux

📋 copy color: '#67767E'

red 103 ◦ green 118 ◦ blue 126

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

Shades of Blue Bayoux #67767E

Tints of Blue Bayoux #67767E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.01%

 BLUE value IS 126 (49.61% from 255) = 36.31%

R = 29.68%
G = 34.01%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#67767E (or 0x67767E) is known color: Blue Bayoux. HEX triplet: 67, 76 and 7E. RGB value is (103,118,126). Sum of RGB (Red+Green+Blue) = 103+118+126=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 118 (46.48% from 255 or 34.01% from 347); Blue value is 126 (49.61% from 255 or 36.31% from 347); Max value from RGB is 126 - color contains mainly: blue. Hex color #67767E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67767E is #988981. Grayscale: #727272. Windows color (decimal): -9996674 or 8287847. OLE color: 8287847.

HSL color Cylindrical-coordinate representation of color #67767E: hue angle of 200.87º 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 #67767E is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 103 118 126 -
CMYK 0.18 0.06 0 0.51
HSL 200.87º 0.1% 0.45% -
HSV(B) 200.87º 0.18% 0.49% -
XYZ 15.84 17.35 22.25 -
YUV 114.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 103 118 126 0.18 0.06 0 0.51 200.87 0.1 0.45
Hex 67 76 7E 12 6 0 33 C9 A 2D
Octal 147 166 176 22 6 0 63 311 12 55
Binary 1100111 1110110 1111110 10010 110 0 110011 11001001 1010 101101

Color Harmonies of #67767E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67767E

Black with #67767E

Text Example


Text Example

White with #67767E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67767E; }

 p { color: rgb(103,118,126); }

 H1.HeaderClassName
 {
   color: #67767E;
 }
 .AnyTagClassName
 {
   color: #67767E;
 }
</style>

background-color css

<style>
 a { background-color: #67767E; }

 a { background-color: rgb(103,118,126); }

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

border-color css

<style>
 span { border-color: #67767E; }

 span { border-color: rgb(103,118,126); }

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