Html Css Color HEX #6D3458 Finn

📋 copy color: '#6D3458'

red 109 ◦ green 52 ◦ blue 88

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

Shades of Finn #6D3458

Tints of Finn #6D3458

RGB

 RED value IS 109 (42.97% from 255) = 43.78%

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

 BLUE value IS 88 (34.77% from 255) = 35.34%

R = 43.78%
G = 20.88%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.19

 K value IS 0.57

RGB Variations

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

Color information

#6D3458 (or 0x6D3458) is known color: Finn. HEX triplet: 6D, 34 and 58. RGB value is (109,52,88). Sum of RGB (Red+Green+Blue) = 109+52+88=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3458 is #92CBA7. Grayscale: #494949. Windows color (decimal): -9620392 or 5780589. OLE color: 5780589.

HSL color Cylindrical-coordinate representation of color #6D3458: hue angle of 322.11º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D3458 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 52 88 -
CMYK 0 0.52 0.19 0.57
HSL 322.11º 0.35% 0.32% -
HSV(B) 322.11º 0.52% 0.43% -
XYZ 9.3 6.41 9.98 -
YUV 73.15 136.38 153.57 -
System Red Green Blue C M Y K H S L
Decimal 109 52 88 0 0.52 0.19 0.57 322.11 0.35 0.32
Hex 6D 34 58 0 34 13 39 142 23 20
Octal 155 64 130 0 64 23 71 502 43 40
Binary 1101101 110100 1011000 0 110100 10011 111001 101000010 100011 100000

Color Harmonies of #6D3458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D3458

Black with #6D3458

Text Example


Text Example

White with #6D3458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,52,88); }

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

background-color css

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

 a { background-color: rgb(109,52,88); }

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

border-color css

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

 span { border-color: rgb(109,52,88); }

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