Html Css Color HEX #6C485D Finn

📋 copy color: '#6C485D'

red 108 ◦ green 72 ◦ blue 93

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

Shades of Finn #6C485D

Tints of Finn #6C485D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

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

R = 39.56%
G = 26.37%
B = 34.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#6C485D (or 0x6C485D) is known color: Finn. HEX triplet: 6C, 48 and 5D. RGB value is (108,72,93). Sum of RGB (Red+Green+Blue) = 108+72+93=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 108 - color contains mainly: red. Hex color #6C485D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C485D is #93B7A2. Grayscale: #555555. Windows color (decimal): -9680803 or 6113388. OLE color: 6113388.

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

Color convert

RGB 108 72 93 -
CMYK 0 0.33 0.14 0.58
HSL 325º 0.2% 0.35% -
HSV(B) 325º 0.33% 0.42% -
XYZ 10.48 8.61 11.47 -
YUV 85.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 108 72 93 0 0.33 0.14 0.58 325 0.2 0.35
Hex 6C 48 5D 0 21 E 3A 145 14 23
Octal 154 110 135 0 41 16 72 505 24 43
Binary 1101100 1001000 1011101 0 100001 1110 111010 101000101 10100 100011

Color Harmonies of #6C485D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C485D

Black with #6C485D

Text Example


Text Example

White with #6C485D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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