Html Css Color HEX #667C8D Lynch

📋 copy color: '#667C8D'

red 102 ◦ green 124 ◦ blue 141

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

Shades of Lynch #667C8D

Tints of Lynch #667C8D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.79%

 BLUE value IS 141 (55.47% from 255) = 38.42%

R = 27.79%
G = 33.79%
B = 38.42%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#667C8D (or 0x667C8D) is known color: Lynch. HEX triplet: 66, 7C and 8D. RGB value is (102,124,141). Sum of RGB (Red+Green+Blue) = 102+124+141=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 124 (48.83% from 255 or 33.79% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 141 - color contains mainly: blue. Hex color #667C8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C8D is #998372. Grayscale: #777777. Windows color (decimal): -10060659 or 9272422. OLE color: 9272422.

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

Color convert

RGB 102 124 141 -
CMYK 0.28 0.12 0 0.45
HSL 206.15º 0.16% 0.48% -
HSV(B) 206.15º 0.28% 0.55% -
XYZ 17.49 19.16 27.98 -
YUV 119.36 140.21 115.62 -
System Red Green Blue C M Y K H S L
Decimal 102 124 141 0.28 0.12 0 0.45 206.15 0.16 0.48
Hex 66 7C 8D 1C C 0 2D CE 10 30
Octal 146 174 215 34 14 0 55 316 20 60
Binary 1100110 1111100 10001101 11100 1100 0 101101 11001110 10000 110000

Color Harmonies of #667C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667C8D

Black with #667C8D

Text Example


Text Example

White with #667C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,124,141); }

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

background-color css

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

 a { background-color: rgb(102,124,141); }

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

border-color css

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

 span { border-color: rgb(102,124,141); }

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