Html Css Color HEX #667D7F Blue Bayoux

📋 copy color: '#667D7F'

red 102 ◦ green 125 ◦ blue 127

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

Shades of Blue Bayoux #667D7F

Tints of Blue Bayoux #667D7F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 35.31%

 BLUE value IS 127 (50% from 255) = 35.88%

R = 28.81%
G = 35.31%
B = 35.88%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#667D7F (or 0x667D7F) is known color: Blue Bayoux. HEX triplet: 66, 7D and 7F. RGB value is (102,125,127). Sum of RGB (Red+Green+Blue) = 102+125+127=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 127 - color contains mainly: blue. Hex color #667D7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667D7F is #998280. Grayscale: #767676. Windows color (decimal): -10060417 or 8355174. OLE color: 8355174.

HSL color Cylindrical-coordinate representation of color #667D7F: hue angle of 184.8º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667D7F is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 125 127 -
CMYK 0.20 0.02 0 0.50
HSL 184.8º 0.11% 0.45% -
HSV(B) 184.8º 0.2% 0.5% -
XYZ 16.64 19.02 22.87 -
YUV 118.35 132.88 116.34 -
System Red Green Blue C M Y K H S L
Decimal 102 125 127 0.20 0.02 0 0.50 184.8 0.11 0.45
Hex 66 7D 7F 14 2 0 32 B9 B 2D
Octal 146 175 177 24 2 0 62 271 13 55
Binary 1100110 1111101 1111111 10100 10 0 110010 10111001 1011 101101

Color Harmonies of #667D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D7F

Black with #667D7F

Text Example


Text Example

White with #667D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667D7F; }

 p { color: rgb(102,125,127); }

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

background-color css

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

 a { background-color: rgb(102,125,127); }

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

border-color css

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

 span { border-color: rgb(102,125,127); }

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