Html Css Color HEX #66767B Blue Bayoux

📋 copy color: '#66767B'

red 102 ◦ green 118 ◦ blue 123

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

Shades of Blue Bayoux #66767B

Tints of Blue Bayoux #66767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.86%

R = 29.74%
G = 34.4%
B = 35.86%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#66767B (or 0x66767B) is known color: Blue Bayoux. HEX triplet: 66, 76 and 7B. RGB value is (102,118,123). Sum of RGB (Red+Green+Blue) = 102+118+123=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 123 - color contains mainly: blue. Hex color #66767B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66767B is #998984. Grayscale: #717171. Windows color (decimal): -10062213 or 8091238. OLE color: 8091238.

HSL color Cylindrical-coordinate representation of color #66767B: hue angle of 194.29º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66767B is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 102 118 123 -
CMYK 0.17 0.04 0 0.52
HSL 194.29º 0.09% 0.44% -
HSV(B) 194.29º 0.17% 0.48% -
XYZ 15.53 17.21 21.24 -
YUV 113.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 102 118 123 0.17 0.04 0 0.52 194.29 0.09 0.44
Hex 66 76 7B 11 4 0 34 C2 9 2C
Octal 146 166 173 21 4 0 64 302 11 54
Binary 1100110 1110110 1111011 10001 100 0 110100 11000010 1001 101100

Color Harmonies of #66767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66767B

Black with #66767B

Text Example


Text Example

White with #66767B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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