Html Css Color HEX #6A405D Finn

📋 copy color: '#6A405D'

red 106 ◦ green 64 ◦ blue 93

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

Shades of Finn #6A405D

Tints of Finn #6A405D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.33%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 40.3%
G = 24.33%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A405D (or 0x6A405D) is known color: Finn. HEX triplet: 6A, 40 and 5D. RGB value is (106,64,93). Sum of RGB (Red+Green+Blue) = 106+64+93=263 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.30% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 106 - color contains mainly: red. Hex color #6A405D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A405D is #95BFA2. Grayscale: #4F4F4F. Windows color (decimal): -9813923 or 6111338. OLE color: 6111338.

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

Color convert

RGB 106 64 93 -
CMYK 0 0.40 0.12 0.58
HSL 318.57º 0.25% 0.33% -
HSV(B) 318.57º 0.4% 0.42% -
XYZ 9.75 7.52 11.29 -
YUV 79.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 106 64 93 0 0.40 0.12 0.58 318.57 0.25 0.33
Hex 6A 40 5D 0 28 C 3A 13F 19 21
Octal 152 100 135 0 50 14 72 477 31 41
Binary 1101010 1000000 1011101 0 101000 1100 111010 100111111 11001 100001

Color Harmonies of #6A405D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A405D

Black with #6A405D

Text Example


Text Example

White with #6A405D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,93); }

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

background-color css

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

 a { background-color: rgb(106,64,93); }

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

border-color css

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

 span { border-color: rgb(106,64,93); }

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