Html Css Color HEX #664558 Finn

📋 copy color: '#664558'

red 102 ◦ green 69 ◦ blue 88

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

Shades of Finn #664558

Tints of Finn #664558

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.64%

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

R = 39.38%
G = 26.64%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#664558 (or 0x664558) is known color: Finn. HEX triplet: 66, 45 and 58. RGB value is (102,69,88). Sum of RGB (Red+Green+Blue) = 102+69+88=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 88 (34.77% from 255 or 33.98% from 259); Max value from RGB is 102 - color contains mainly: red. Hex color #664558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664558 is #99BAA7. Grayscale: #505050. Windows color (decimal): -10074792 or 5784934. OLE color: 5784934.

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

Color convert

RGB 102 69 88 -
CMYK 0 0.32 0.14 0.6
HSL 325.45º 0.19% 0.34% -
HSV(B) 325.45º 0.32% 0.4% -
XYZ 9.37 7.79 10.24 -
YUV 81.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 102 69 88 0 0.32 0.14 0.6 325.45 0.19 0.34
Hex 66 45 58 0 20 E 3C 145 13 22
Octal 146 105 130 0 40 16 74 505 23 42
Binary 1100110 1000101 1011000 0 100000 1110 111100 101000101 10011 100010

Color Harmonies of #664558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664558

Black with #664558

Text Example


Text Example

White with #664558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664558; }

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

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

background-color css

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

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

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

border-color css

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

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

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