Html Css Color HEX #664859 Finn

📋 copy color: '#664859'

red 102 ◦ green 72 ◦ blue 89

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

Shades of Finn #664859

Tints of Finn #664859

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.38%

 BLUE value IS 89 (35.16% from 255) = 33.84%

R = 38.78%
G = 27.38%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#664859 (or 0x664859) is known color: Finn. HEX triplet: 66, 48 and 59. RGB value is (102,72,89). Sum of RGB (Red+Green+Blue) = 102+72+89=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 89 (35.16% from 255 or 33.84% from 263); Max value from RGB is 102 - color contains mainly: red. Hex color #664859 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664859 is #99B7A6. Grayscale: #525252. Windows color (decimal): -10074023 or 5851238. OLE color: 5851238.

HSL color Cylindrical-coordinate representation of color #664859: hue angle of 326º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #664859 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 72 89 -
CMYK 0 0.29 0.13 0.6
HSL 326º 0.17% 0.34% -
HSV(B) 326º 0.29% 0.4% -
XYZ 9.6 8.18 10.52 -
YUV 82.91 131.44 141.62 -
System Red Green Blue C M Y K H S L
Decimal 102 72 89 0 0.29 0.13 0.6 326 0.17 0.34
Hex 66 48 59 0 1D D 3C 146 11 22
Octal 146 110 131 0 35 15 74 506 21 42
Binary 1100110 1001000 1011001 0 11101 1101 111100 101000110 10001 100010

Color Harmonies of #664859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664859

Black with #664859

Text Example


Text Example

White with #664859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664859; }

 p { color: rgb(102,72,89); }

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

background-color css

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

 a { background-color: rgb(102,72,89); }

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

border-color css

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

 span { border-color: rgb(102,72,89); }

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