Html Css Color HEX #6C3454 Finn

📋 copy color: '#6C3454'

red 108 ◦ green 52 ◦ blue 84

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

Shades of Finn #6C3454

Tints of Finn #6C3454

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.31%

 BLUE value IS 84 (33.2% from 255) = 34.43%

R = 44.26%
G = 21.31%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.22

 K value IS 0.58

RGB Variations

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

Color information

#6C3454 (or 0x6C3454) is known color: Finn. HEX triplet: 6C, 34 and 54. RGB value is (108,52,84). Sum of RGB (Red+Green+Blue) = 108+52+84=244 (32% of max value = 765). Red value is 108 (42.58% from 255 or 44.26% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 84 (33.20% from 255 or 34.43% from 244); Max value from RGB is 108 - color contains mainly: red. Hex color #6C3454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C3454 is #93CBAB. Grayscale: #484848. Windows color (decimal): -9685932 or 5518444. OLE color: 5518444.

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

Color convert

RGB 108 52 84 -
CMYK 0 0.52 0.22 0.58
HSL 325.71º 0.35% 0.31% -
HSV(B) 325.71º 0.52% 0.42% -
XYZ 9.01 6.28 9.13 -
YUV 72.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 108 52 84 0 0.52 0.22 0.58 325.71 0.35 0.31
Hex 6C 34 54 0 34 16 3A 146 23 1F
Octal 154 64 124 0 64 26 72 506 43 37
Binary 1101100 110100 1010100 0 110100 10110 111010 101000110 100011 11111

Color Harmonies of #6C3454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C3454

Black with #6C3454

Text Example


Text Example

White with #6C3454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,52,84); }

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

background-color css

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

 a { background-color: rgb(108,52,84); }

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

border-color css

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

 span { border-color: rgb(108,52,84); }

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