Html Css Color HEX #667D8D Lynch

📋 copy color: '#667D8D'

red 102 ◦ green 125 ◦ blue 141

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

Shades of Lynch #667D8D

Tints of Lynch #667D8D

RGB

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

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

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

R = 27.72%
G = 33.97%
B = 38.32%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#667D8D (or 0x667D8D) is known color: Lynch. HEX triplet: 66, 7D and 8D. RGB value is (102,125,141). Sum of RGB (Red+Green+Blue) = 102+125+141=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #667D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D8D is #998272. Grayscale: #777777. Windows color (decimal): -10060403 or 9272678. OLE color: 9272678.

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

Color convert

RGB 102 125 141 -
CMYK 0.28 0.11 0 0.45
HSL 204.62º 0.16% 0.48% -
HSV(B) 204.62º 0.28% 0.55% -
XYZ 17.62 19.42 28.02 -
YUV 119.95 139.88 115.2 -
System Red Green Blue C M Y K H S L
Decimal 102 125 141 0.28 0.11 0 0.45 204.62 0.16 0.48
Hex 66 7D 8D 1C B 0 2D CD 10 30
Octal 146 175 215 34 13 0 55 315 20 60
Binary 1100110 1111101 10001101 11100 1011 0 101101 11001101 10000 110000

Color Harmonies of #667D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D8D

Black with #667D8D

Text Example


Text Example

White with #667D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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