Html Css Color HEX #66757C Blue Bayoux

📋 copy color: '#66757C'

red 102 ◦ green 117 ◦ blue 124

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

Shades of Blue Bayoux #66757C

Tints of Blue Bayoux #66757C

RGB

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

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

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

R = 29.74%
G = 34.11%
B = 36.15%

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

#66757C (or 0x66757C) is known color: Blue Bayoux. HEX triplet: 66, 75 and 7C. RGB value is (102,117,124). Sum of RGB (Red+Green+Blue) = 102+117+124=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 124 - color contains mainly: blue. Hex color #66757C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66757C is #998A83. Grayscale: #717171. Windows color (decimal): -10062468 or 8156518. OLE color: 8156518.

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

Color convert

RGB 102 117 124 -
CMYK 0.18 0.06 0 0.51
HSL 199.09º 0.1% 0.44% -
HSV(B) 199.09º 0.18% 0.49% -
XYZ 15.48 17 21.53 -
YUV 113.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 102 117 124 0.18 0.06 0 0.51 199.09 0.1 0.44
Hex 66 75 7C 12 6 0 33 C7 A 2C
Octal 146 165 174 22 6 0 63 307 12 54
Binary 1100110 1110101 1111100 10010 110 0 110011 11000111 1010 101100

Color Harmonies of #66757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66757C

Black with #66757C

Text Example


Text Example

White with #66757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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