Html Css Color HEX #667D8F Lynch

📋 copy color: '#667D8F'

red 102 ◦ green 125 ◦ blue 143

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

Shades of Lynch #667D8F

Tints of Lynch #667D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 38.65%

R = 27.57%
G = 33.78%
B = 38.65%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#667D8F (or 0x667D8F) is known color: Lynch. HEX triplet: 66, 7D and 8F. RGB value is (102,125,143). Sum of RGB (Red+Green+Blue) = 102+125+143=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 143 - color contains mainly: blue. Hex color #667D8F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667D8F is #998270. Grayscale: #787878. Windows color (decimal): -10060401 or 9403750. OLE color: 9403750.

HSL color Cylindrical-coordinate representation of color #667D8F: hue angle of 206.34º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #667D8F is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 125 143 -
CMYK 0.29 0.13 0 0.44
HSL 206.34º 0.17% 0.48% -
HSV(B) 206.34º 0.29% 0.56% -
XYZ 17.77 19.48 28.81 -
YUV 120.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 102 125 143 0.29 0.13 0 0.44 206.34 0.17 0.48
Hex 66 7D 8F 1D D 0 2C CE 11 30
Octal 146 175 217 35 15 0 54 316 21 60
Binary 1100110 1111101 10001111 11101 1101 0 101100 11001110 10001 110000

Color Harmonies of #667D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667D8F

Black with #667D8F

Text Example


Text Example

White with #667D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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