Html Css Color HEX #6A3858 Finn

📋 copy color: '#6A3858'

red 106 ◦ green 56 ◦ blue 88

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

Shades of Finn #6A3858

Tints of Finn #6A3858

RGB

 RED value IS 106 (41.8% from 255) = 42.4%

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

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

R = 42.4%
G = 22.4%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.58

RGB Variations

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

Color information

#6A3858 (or 0x6A3858) is known color: Finn. HEX triplet: 6A, 38 and 58. RGB value is (106,56,88). Sum of RGB (Red+Green+Blue) = 106+56+88=250 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.4% from 250); Green value is 56 (22.27% from 255 or 22.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3858 is #95C7A7. Grayscale: #4A4A4A. Windows color (decimal): -9815976 or 5781610. OLE color: 5781610.

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

Color convert

RGB 106 56 88 -
CMYK 0 0.47 0.17 0.58
HSL 321.6º 0.31% 0.32% -
HSV(B) 321.6º 0.47% 0.42% -
XYZ 9.12 6.6 10.03 -
YUV 74.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 106 56 88 0 0.47 0.17 0.58 321.6 0.31 0.32
Hex 6A 38 58 0 2F 11 3A 142 1F 20
Octal 152 70 130 0 57 21 72 502 37 40
Binary 1101010 111000 1011000 0 101111 10001 111010 101000010 11111 100000

Color Harmonies of #6A3858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A3858

Black with #6A3858

Text Example


Text Example

White with #6A3858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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