Html Css Color HEX #667479 Blue Bayoux

📋 copy color: '#667479'

red 102 ◦ green 116 ◦ blue 121

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

Shades of Blue Bayoux #667479

Tints of Blue Bayoux #667479

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 121 (47.66% from 255) = 35.69%

R = 30.09%
G = 34.22%
B = 35.69%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#667479 (or 0x667479) is known color: Blue Bayoux. HEX triplet: 66, 74 and 79. RGB value is (102,116,121). Sum of RGB (Red+Green+Blue) = 102+116+121=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #667479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667479 is #998B86. Grayscale: #707070. Windows color (decimal): -10062727 or 7959654. OLE color: 7959654.

HSL color Cylindrical-coordinate representation of color #667479: hue angle of 195.79º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667479 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 116 121 -
CMYK 0.16 0.04 0 0.53
HSL 195.79º 0.09% 0.44% -
HSV(B) 195.79º 0.16% 0.47% -
XYZ 15.18 16.7 20.51 -
YUV 112.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 102 116 121 0.16 0.04 0 0.53 195.79 0.09 0.44
Hex 66 74 79 10 4 0 35 C4 9 2C
Octal 146 164 171 20 4 0 65 304 11 54
Binary 1100110 1110100 1111001 10000 100 0 110101 11000100 1001 101100

Color Harmonies of #667479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667479

Black with #667479

Text Example


Text Example

White with #667479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667479; }

 p { color: rgb(102,116,121); }

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

background-color css

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

 a { background-color: rgb(102,116,121); }

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

border-color css

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

 span { border-color: rgb(102,116,121); }

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