Html Css Color HEX #68445B Finn

📋 copy color: '#68445B'

red 104 ◦ green 68 ◦ blue 91

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

Shades of Finn #68445B

Tints of Finn #68445B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.86%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 39.54%
G = 25.86%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#68445B (or 0x68445B) is known color: Finn. HEX triplet: 68, 44 and 5B. RGB value is (104,68,91). Sum of RGB (Red+Green+Blue) = 104+68+91=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 68 (26.95% from 255 or 25.86% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 104 - color contains mainly: red. Hex color #68445B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68445B is #97BBA4. Grayscale: #515151. Windows color (decimal): -9943973 or 5981288. OLE color: 5981288.

HSL color Cylindrical-coordinate representation of color #68445B: hue angle of 321.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68445B is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 68 91 -
CMYK 0 0.35 0.12 0.59
HSL 321.67º 0.21% 0.34% -
HSV(B) 321.67º 0.35% 0.41% -
XYZ 9.66 7.83 10.9 -
YUV 81.39 133.43 144.13 -
System Red Green Blue C M Y K H S L
Decimal 104 68 91 0 0.35 0.12 0.59 321.67 0.21 0.34
Hex 68 44 5B 0 23 C 3B 142 15 22
Octal 150 104 133 0 43 14 73 502 25 42
Binary 1101000 1000100 1011011 0 100011 1100 111011 101000010 10101 100010

Color Harmonies of #68445B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68445B

Black with #68445B

Text Example


Text Example

White with #68445B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68445B; }

 p { color: rgb(104,68,91); }

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

background-color css

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

 a { background-color: rgb(104,68,91); }

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

border-color css

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

 span { border-color: rgb(104,68,91); }

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