Html Css Color HEX #667985 Lynch

📋 copy color: '#667985'

red 102 ◦ green 121 ◦ blue 133

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

Shades of Lynch #667985

Tints of Lynch #667985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 37.36%

R = 28.65%
G = 33.99%
B = 37.36%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#667985 (or 0x667985) is known color: Lynch. HEX triplet: 66, 79 and 85. RGB value is (102,121,133). Sum of RGB (Red+Green+Blue) = 102+121+133=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 121 (47.66% from 255 or 33.99% from 356); Blue value is 133 (52.34% from 255 or 37.36% from 356); Max value from RGB is 133 - color contains mainly: blue. Hex color #667985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #667985 is #99867A. Grayscale: #747474. Windows color (decimal): -10061435 or 8747366. OLE color: 8747366.

HSL color Cylindrical-coordinate representation of color #667985: hue angle of 203.23º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #667985 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 121 133 -
CMYK 0.23 0.09 0 0.48
HSL 203.23º 0.13% 0.46% -
HSV(B) 203.23º 0.23% 0.52% -
XYZ 16.55 18.19 24.83 -
YUV 116.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 102 121 133 0.23 0.09 0 0.48 203.23 0.13 0.46
Hex 66 79 85 17 9 0 30 CB D 2E
Octal 146 171 205 27 11 0 60 313 15 56
Binary 1100110 1111001 10000101 10111 1001 0 110000 11001011 1101 101110

Color Harmonies of #667985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667985

Black with #667985

Text Example


Text Example

White with #667985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667985; }

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

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

background-color css

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

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

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

border-color css

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

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

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