Html Css Color HEX #6B3E5B Finn

📋 copy color: '#6B3E5B'

red 107 ◦ green 62 ◦ blue 91

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

Shades of Finn #6B3E5B

Tints of Finn #6B3E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.85%

 BLUE value IS 91 (35.94% from 255) = 35%

R = 41.15%
G = 23.85%
B = 35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#6B3E5B (or 0x6B3E5B) is known color: Finn. HEX triplet: 6B, 3E and 5B. RGB value is (107,62,91). Sum of RGB (Red+Green+Blue) = 107+62+91=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 91 (35.94% from 255 or 35% from 260); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E5B is #94C1A4. Grayscale: #4E4E4E. Windows color (decimal): -9748901 or 5979755. OLE color: 5979755.

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

Color convert

RGB 107 62 91 -
CMYK 0 0.42 0.15 0.58
HSL 321.33º 0.27% 0.33% -
HSV(B) 321.33º 0.42% 0.42% -
XYZ 9.67 7.33 10.8 -
YUV 78.76 134.91 148.14 -
System Red Green Blue C M Y K H S L
Decimal 107 62 91 0 0.42 0.15 0.58 321.33 0.27 0.33
Hex 6B 3E 5B 0 2A F 3A 141 1B 21
Octal 153 76 133 0 52 17 72 501 33 41
Binary 1101011 111110 1011011 0 101010 1111 111010 101000001 11011 100001

Color Harmonies of #6B3E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3E5B

Black with #6B3E5B

Text Example


Text Example

White with #6B3E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,62,91); }

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

background-color css

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

 a { background-color: rgb(107,62,91); }

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

border-color css

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

 span { border-color: rgb(107,62,91); }

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