Html Css Color HEX #667E8E Lynch

📋 copy color: '#667E8E'

red 102 ◦ green 126 ◦ blue 142

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

Shades of Lynch #667E8E

Tints of Lynch #667E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.05%

 BLUE value IS 142 (55.86% from 255) = 38.38%

R = 27.57%
G = 34.05%
B = 38.38%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#667E8E (or 0x667E8E) is known color: Lynch. HEX triplet: 66, 7E and 8E. RGB value is (102,126,142). Sum of RGB (Red+Green+Blue) = 102+126+142=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 142 - color contains mainly: blue. Hex color #667E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667E8E is #998171. Grayscale: #787878. Windows color (decimal): -10060146 or 9338470. OLE color: 9338470.

HSL color Cylindrical-coordinate representation of color #667E8E: hue angle of 204º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #667E8E is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 126 142 -
CMYK 0.28 0.11 0 0.44
HSL 204º 0.16% 0.48% -
HSV(B) 204º 0.28% 0.56% -
XYZ 17.82 19.7 28.45 -
YUV 120.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 102 126 142 0.28 0.11 0 0.44 204 0.16 0.48
Hex 66 7E 8E 1C B 0 2C CC 10 30
Octal 146 176 216 34 13 0 54 314 20 60
Binary 1100110 1111110 10001110 11100 1011 0 101100 11001100 10000 110000

Color Harmonies of #667E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667E8E

Black with #667E8E

Text Example


Text Example

White with #667E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,126,142); }

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

background-color css

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

 a { background-color: rgb(102,126,142); }

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

border-color css

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

 span { border-color: rgb(102,126,142); }

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