Html Css Color HEX #667683 Lynch

📋 copy color: '#667683'

red 102 ◦ green 118 ◦ blue 131

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

Shades of Lynch #667683

Tints of Lynch #667683

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 29.06%
G = 33.62%
B = 37.32%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#667683 (or 0x667683) is known color: Lynch. HEX triplet: 66, 76 and 83. RGB value is (102,118,131). Sum of RGB (Red+Green+Blue) = 102+118+131=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 131 (51.56% from 255 or 37.32% from 351); Max value from RGB is 131 - color contains mainly: blue. Hex color #667683 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667683 is #99897C. Grayscale: #727272. Windows color (decimal): -10062205 or 8615526. OLE color: 8615526.

HSL color Cylindrical-coordinate representation of color #667683: hue angle of 206.9º 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 #667683 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 118 131 -
CMYK 0.22 0.10 0 0.49
HSL 206.9º 0.12% 0.46% -
HSV(B) 206.9º 0.22% 0.51% -
XYZ 16.05 17.42 23.99 -
YUV 114.7 137.2 118.94 -
System Red Green Blue C M Y K H S L
Decimal 102 118 131 0.22 0.10 0 0.49 206.9 0.12 0.46
Hex 66 76 83 16 A 0 31 CF C 2E
Octal 146 166 203 26 12 0 61 317 14 56
Binary 1100110 1110110 10000011 10110 1010 0 110001 11001111 1100 101110

Color Harmonies of #667683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667683

Black with #667683

Text Example


Text Example

White with #667683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667683; }

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

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

background-color css

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

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

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

border-color css

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

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

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