Html Css Color HEX #667279 Blue Bayoux

📋 copy color: '#667279'

red 102 ◦ green 114 ◦ blue 121

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

Shades of Blue Bayoux #667279

Tints of Blue Bayoux #667279

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 30.27%
G = 33.83%
B = 35.91%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#667279 (or 0x667279) is known color: Blue Bayoux. HEX triplet: 66, 72 and 79. RGB value is (102,114,121). Sum of RGB (Red+Green+Blue) = 102+114+121=337 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.27% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 121 - color contains mainly: blue. Hex color #667279 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667279 is #998D86. Grayscale: #6F6F6F. Windows color (decimal): -10063239 or 7959142. OLE color: 7959142.

HSL color Cylindrical-coordinate representation of color #667279: hue angle of 202.11º 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 #667279 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 114 121 -
CMYK 0.16 0.06 0 0.53
HSL 202.11º 0.09% 0.44% -
HSV(B) 202.11º 0.16% 0.47% -
XYZ 14.95 16.24 20.44 -
YUV 111.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 102 114 121 0.16 0.06 0 0.53 202.11 0.09 0.44
Hex 66 72 79 10 6 0 35 CA 9 2C
Octal 146 162 171 20 6 0 65 312 11 54
Binary 1100110 1110010 1111001 10000 110 0 110101 11001010 1001 101100

Color Harmonies of #667279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667279

Black with #667279

Text Example


Text Example

White with #667279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667279; }

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

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

background-color css

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

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

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

border-color css

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

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

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