Html Css Color HEX #66767C Blue Bayoux

📋 copy color: '#66767C'

red 102 ◦ green 118 ◦ blue 124

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

Shades of Blue Bayoux #66767C

Tints of Blue Bayoux #66767C

RGB

 RED value IS 102 (40.23% from 255) = 29.65%

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

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

R = 29.65%
G = 34.3%
B = 36.05%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#66767C (or 0x66767C) is known color: Blue Bayoux. HEX triplet: 66, 76 and 7C. RGB value is (102,118,124). Sum of RGB (Red+Green+Blue) = 102+118+124=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 118 (46.48% from 255 or 34.30% 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 #66767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66767C is #998983. Grayscale: #717171. Windows color (decimal): -10062212 or 8156774. OLE color: 8156774.

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

Color convert

RGB 102 118 124 -
CMYK 0.18 0.05 0 0.51
HSL 196.36º 0.1% 0.44% -
HSV(B) 196.36º 0.18% 0.49% -
XYZ 15.6 17.24 21.57 -
YUV 113.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 102 118 124 0.18 0.05 0 0.51 196.36 0.1 0.44
Hex 66 76 7C 12 5 0 33 C4 A 2C
Octal 146 166 174 22 5 0 63 304 12 54
Binary 1100110 1110110 1111100 10010 101 0 110011 11000100 1010 101100

Color Harmonies of #66767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66767C

Black with #66767C

Text Example


Text Example

White with #66767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,118,124); }

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

background-color css

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

 a { background-color: rgb(102,118,124); }

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

border-color css

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

 span { border-color: rgb(102,118,124); }

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