Html Css Color HEX #667C8E Lynch

📋 copy color: '#667C8E'

red 102 ◦ green 124 ◦ blue 142

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

Shades of Lynch #667C8E

Tints of Lynch #667C8E

RGB

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

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

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

R = 27.72%
G = 33.7%
B = 38.59%

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

#667C8E (or 0x667C8E) is known color: Lynch. HEX triplet: 66, 7C and 8E. RGB value is (102,124,142). Sum of RGB (Red+Green+Blue) = 102+124+142=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #667C8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667C8E is #998371. Grayscale: #777777. Windows color (decimal): -10060658 or 9337958. OLE color: 9337958.

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

Color convert

RGB 102 124 142 -
CMYK 0.28 0.13 0 0.44
HSL 207º 0.16% 0.48% -
HSV(B) 207º 0.28% 0.56% -
XYZ 17.57 19.19 28.37 -
YUV 119.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 102 124 142 0.28 0.13 0 0.44 207 0.16 0.48
Hex 66 7C 8E 1C D 0 2C CF 10 30
Octal 146 174 216 34 15 0 54 317 20 60
Binary 1100110 1111100 10001110 11100 1101 0 101100 11001111 10000 110000

Color Harmonies of #667C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667C8E

Black with #667C8E

Text Example


Text Example

White with #667C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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