Html Css Color HEX #664058 Finn

📋 copy color: '#664058'

red 102 ◦ green 64 ◦ blue 88

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

Shades of Finn #664058

Tints of Finn #664058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 40.16%
G = 25.2%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#664058 (or 0x664058) is known color: Finn. HEX triplet: 66, 40 and 58. RGB value is (102,64,88). Sum of RGB (Red+Green+Blue) = 102+64+88=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 88 (34.77% from 255 or 34.65% from 254); Max value from RGB is 102 - color contains mainly: red. Hex color #664058 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #664058 is #99BFA7. Grayscale: #4E4E4E. Windows color (decimal): -10076072 or 5783654. OLE color: 5783654.

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

Color convert

RGB 102 64 88 -
CMYK 0 0.37 0.14 0.6
HSL 322.11º 0.23% 0.33% -
HSV(B) 322.11º 0.37% 0.4% -
XYZ 9.07 7.2 10.14 -
YUV 78.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 102 64 88 0 0.37 0.14 0.6 322.11 0.23 0.33
Hex 66 40 58 0 25 E 3C 142 17 21
Octal 146 100 130 0 45 16 74 502 27 41
Binary 1100110 1000000 1011000 0 100101 1110 111100 101000010 10111 100001

Color Harmonies of #664058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664058

Black with #664058

Text Example


Text Example

White with #664058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664058; }

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

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

background-color css

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

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

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

border-color css

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

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

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