Html Css Color HEX #6C455D Finn

📋 copy color: '#6C455D'

red 108 ◦ green 69 ◦ blue 93

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

Shades of Finn #6C455D

Tints of Finn #6C455D

RGB

 RED value IS 108 (42.58% from 255) = 40%

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

 BLUE value IS 93 (36.72% from 255) = 34.44%

R = 40%
G = 25.56%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C455D (or 0x6C455D) is known color: Finn. HEX triplet: 6C, 45 and 5D. RGB value is (108,69,93). Sum of RGB (Red+Green+Blue) = 108+69+93=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 108 - color contains mainly: red. Hex color #6C455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C455D is #93BAA2. Grayscale: #535353. Windows color (decimal): -9681571 or 6112620. OLE color: 6112620.

HSL color Cylindrical-coordinate representation of color #6C455D: hue angle of 323.08º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C455D is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 69 93 -
CMYK 0 0.36 0.14 0.58
HSL 323.08º 0.22% 0.35% -
HSV(B) 323.08º 0.36% 0.42% -
XYZ 10.29 8.23 11.4 -
YUV 83.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 108 69 93 0 0.36 0.14 0.58 323.08 0.22 0.35
Hex 6C 45 5D 0 24 E 3A 143 16 23
Octal 154 105 135 0 44 16 72 503 26 43
Binary 1101100 1000101 1011101 0 100100 1110 111010 101000011 10110 100011

Color Harmonies of #6C455D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C455D

Black with #6C455D

Text Example


Text Example

White with #6C455D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C455D; }

 p { color: rgb(108,69,93); }

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

background-color css

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

 a { background-color: rgb(108,69,93); }

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

border-color css

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

 span { border-color: rgb(108,69,93); }

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