Html Css Color HEX #6B3F58 Finn

📋 copy color: '#6B3F58'

red 107 ◦ green 63 ◦ blue 88

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

Shades of Finn #6B3F58

Tints of Finn #6B3F58

RGB

 RED value IS 107 (42.19% from 255) = 41.47%

 GREEN value IS 63 (25% from 255) = 24.42%

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

R = 41.47%
G = 24.42%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B3F58 (or 0x6B3F58) is known color: Finn. HEX triplet: 6B, 3F and 58. RGB value is (107,63,88). Sum of RGB (Red+Green+Blue) = 107+63+88=258 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.47% from 258); Green value is 63 (25% from 255 or 24.42% from 258); Blue value is 88 (34.77% from 255 or 34.11% from 258); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3F58 is #94C0A7. Grayscale: #4E4E4E. Windows color (decimal): -9748648 or 5783403. OLE color: 5783403.

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

Color convert

RGB 107 63 88 -
CMYK 0 0.41 0.18 0.58
HSL 325.91º 0.26% 0.33% -
HSV(B) 325.91º 0.41% 0.42% -
XYZ 9.6 7.39 10.15 -
YUV 79.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 107 63 88 0 0.41 0.18 0.58 325.91 0.26 0.33
Hex 6B 3F 58 0 29 12 3A 146 1A 21
Octal 153 77 130 0 51 22 72 506 32 41
Binary 1101011 111111 1011000 0 101001 10010 111010 101000110 11010 100001

Color Harmonies of #6B3F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3F58

Black with #6B3F58

Text Example


Text Example

White with #6B3F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,63,88); }

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

background-color css

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

 a { background-color: rgb(107,63,88); }

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

border-color css

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

 span { border-color: rgb(107,63,88); }

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