Html Css Color HEX #6B3858 Finn

📋 copy color: '#6B3858'

red 107 ◦ green 56 ◦ blue 88

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

Shades of Finn #6B3858

Tints of Finn #6B3858

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

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

R = 42.63%
G = 22.31%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.58

RGB Variations

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

Color information

#6B3858 (or 0x6B3858) is known color: Finn. HEX triplet: 6B, 38 and 58. RGB value is (107,56,88). Sum of RGB (Red+Green+Blue) = 107+56+88=251 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.63% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 88 (34.77% from 255 or 35.06% from 251); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3858 is #94C7A7. Grayscale: #4A4A4A. Windows color (decimal): -9750440 or 5781611. OLE color: 5781611.

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

Color convert

RGB 107 56 88 -
CMYK 0 0.48 0.18 0.58
HSL 322.35º 0.31% 0.32% -
HSV(B) 322.35º 0.48% 0.42% -
XYZ 9.24 6.66 10.03 -
YUV 74.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 107 56 88 0 0.48 0.18 0.58 322.35 0.31 0.32
Hex 6B 38 58 0 30 12 3A 142 1F 20
Octal 153 70 130 0 60 22 72 502 37 40
Binary 1101011 111000 1011000 0 110000 10010 111010 101000010 11111 100000

Color Harmonies of #6B3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B3858

Black with #6B3858

Text Example


Text Example

White with #6B3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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