Html Css Color HEX #664658 Finn

📋 copy color: '#664658'

red 102 ◦ green 70 ◦ blue 88

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

Shades of Finn #664658

Tints of Finn #664658

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 39.23%
G = 26.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#664658 (or 0x664658) is known color: Finn. HEX triplet: 66, 46 and 58. RGB value is (102,70,88). Sum of RGB (Red+Green+Blue) = 102+70+88=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 102 - color contains mainly: red. Hex color #664658 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664658 is #99B9A7. Grayscale: #515151. Windows color (decimal): -10074536 or 5785190. OLE color: 5785190.

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

Color convert

RGB 102 70 88 -
CMYK 0 0.31 0.14 0.6
HSL 326.25º 0.19% 0.34% -
HSV(B) 326.25º 0.31% 0.4% -
XYZ 9.43 7.91 10.26 -
YUV 81.62 131.6 142.54 -
System Red Green Blue C M Y K H S L
Decimal 102 70 88 0 0.31 0.14 0.6 326.25 0.19 0.34
Hex 66 46 58 0 1F E 3C 146 13 22
Octal 146 106 130 0 37 16 74 506 23 42
Binary 1100110 1000110 1011000 0 11111 1110 111100 101000110 10011 100010

Color Harmonies of #664658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664658

Black with #664658

Text Example


Text Example

White with #664658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664658; }

 p { color: rgb(102,70,88); }

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

background-color css

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

 a { background-color: rgb(102,70,88); }

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

border-color css

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

 span { border-color: rgb(102,70,88); }

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