Html Css Color HEX #667B8E Lynch

📋 copy color: '#667B8E'

red 102 ◦ green 123 ◦ blue 142

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

Shades of Lynch #667B8E

Tints of Lynch #667B8E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

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

R = 27.79%
G = 33.51%
B = 38.69%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#667B8E (or 0x667B8E) is known color: Lynch. HEX triplet: 66, 7B and 8E. RGB value is (102,123,142). Sum of RGB (Red+Green+Blue) = 102+123+142=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 142 - color contains mainly: blue. Hex color #667B8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667B8E is #998471. Grayscale: #767676. Windows color (decimal): -10060914 or 9337702. OLE color: 9337702.

HSL color Cylindrical-coordinate representation of color #667B8E: hue angle of 208.5º 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 #667B8E is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 123 142 -
CMYK 0.28 0.13 0 0.44
HSL 208.5º 0.16% 0.48% -
HSV(B) 208.5º 0.28% 0.56% -
XYZ 17.44 18.94 28.33 -
YUV 118.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 102 123 142 0.28 0.13 0 0.44 208.5 0.16 0.48
Hex 66 7B 8E 1C D 0 2C D0 10 30
Octal 146 173 216 34 15 0 54 320 20 60
Binary 1100110 1111011 10001110 11100 1101 0 101100 11010000 10000 110000

Color Harmonies of #667B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667B8E

Black with #667B8E

Text Example


Text Example

White with #667B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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