Html Css Color HEX #68455E Finn

📋 copy color: '#68455E'

red 104 ◦ green 69 ◦ blue 94

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

Shades of Finn #68455E

Tints of Finn #68455E

RGB

 RED value IS 104 (41.02% from 255) = 38.95%

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

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 38.95%
G = 25.84%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#68455E (or 0x68455E) is known color: Finn. HEX triplet: 68, 45 and 5E. RGB value is (104,69,94). Sum of RGB (Red+Green+Blue) = 104+69+94=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 104 - color contains mainly: red. Hex color #68455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68455E is #97BAA1. Grayscale: #525252. Windows color (decimal): -9943714 or 6178152. OLE color: 6178152.

HSL color Cylindrical-coordinate representation of color #68455E: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68455E is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 69 94 -
CMYK 0 0.34 0.10 0.59
HSL 317.14º 0.2% 0.34% -
HSV(B) 317.14º 0.34% 0.41% -
XYZ 9.86 8.01 11.62 -
YUV 82.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 104 69 94 0 0.34 0.10 0.59 317.14 0.2 0.34
Hex 68 45 5E 0 22 A 3B 13D 14 22
Octal 150 105 136 0 42 12 73 475 24 42
Binary 1101000 1000101 1011110 0 100010 1010 111011 100111101 10100 100010

Color Harmonies of #68455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68455E

Black with #68455E

Text Example


Text Example

White with #68455E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68455E; }

 p { color: rgb(104,69,94); }

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

background-color css

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

 a { background-color: rgb(104,69,94); }

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

border-color css

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

 span { border-color: rgb(104,69,94); }

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