Html Css Color HEX #667D8E Lynch

📋 copy color: '#667D8E'

red 102 ◦ green 125 ◦ blue 142

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

Shades of Lynch #667D8E

Tints of Lynch #667D8E

RGB

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

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

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

R = 27.64%
G = 33.88%
B = 38.48%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#667D8E (or 0x667D8E) is known color: Lynch. HEX triplet: 66, 7D and 8E. RGB value is (102,125,142). Sum of RGB (Red+Green+Blue) = 102+125+142=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 125 (49.22% from 255 or 33.88% from 369); Blue value is 142 (55.86% from 255 or 38.48% from 369); Max value from RGB is 142 - color contains mainly: blue. Hex color #667D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D8E is #998271. Grayscale: #777777. Windows color (decimal): -10060402 or 9338214. OLE color: 9338214.

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

Color convert

RGB 102 125 142 -
CMYK 0.28 0.12 0 0.44
HSL 205.5º 0.16% 0.48% -
HSV(B) 205.5º 0.28% 0.56% -
XYZ 17.7 19.45 28.41 -
YUV 120.06 140.38 115.12 -
System Red Green Blue C M Y K H S L
Decimal 102 125 142 0.28 0.12 0 0.44 205.5 0.16 0.48
Hex 66 7D 8E 1C C 0 2C CE 10 30
Octal 146 175 216 34 14 0 54 316 20 60
Binary 1100110 1111101 10001110 11100 1100 0 101100 11001110 10000 110000

Color Harmonies of #667D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D8E

Black with #667D8E

Text Example


Text Example

White with #667D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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