Html Css Color HEX #667983 Lynch

📋 copy color: '#667983'

red 102 ◦ green 121 ◦ blue 131

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

Shades of Lynch #667983

Tints of Lynch #667983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 131 (51.56% from 255) = 37.01%

R = 28.81%
G = 34.18%
B = 37.01%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667983 (or 0x667983) is known color: Lynch. HEX triplet: 66, 79 and 83. RGB value is (102,121,131). Sum of RGB (Red+Green+Blue) = 102+121+131=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 131 - color contains mainly: blue. Hex color #667983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667983 is #99867C. Grayscale: #747474. Windows color (decimal): -10061437 or 8616294. OLE color: 8616294.

HSL color Cylindrical-coordinate representation of color #667983: hue angle of 200.69º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #667983 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 121 131 -
CMYK 0.22 0.08 0 0.49
HSL 200.69º 0.12% 0.46% -
HSV(B) 200.69º 0.22% 0.51% -
XYZ 16.41 18.14 24.11 -
YUV 116.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 102 121 131 0.22 0.08 0 0.49 200.69 0.12 0.46
Hex 66 79 83 16 8 0 31 C9 C 2E
Octal 146 171 203 26 10 0 61 311 14 56
Binary 1100110 1111001 10000011 10110 1000 0 110001 11001001 1100 101110

Color Harmonies of #667983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667983

Black with #667983

Text Example


Text Example

White with #667983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667983; }

 p { color: rgb(102,121,131); }

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

background-color css

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

 a { background-color: rgb(102,121,131); }

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

border-color css

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

 span { border-color: rgb(102,121,131); }

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