Html Css Color HEX #6F435D Finn

📋 copy color: '#6F435D'

red 111 ◦ green 67 ◦ blue 93

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

Shades of Finn #6F435D

Tints of Finn #6F435D

RGB

 RED value IS 111 (43.75% from 255) = 40.96%

 GREEN value IS 67 (26.56% from 255) = 24.72%

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

R = 40.96%
G = 24.72%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F435D (or 0x6F435D) is known color: Finn. HEX triplet: 6F, 43 and 5D. RGB value is (111,67,93). Sum of RGB (Red+Green+Blue) = 111+67+93=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F435D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F435D is #90BCA2. Grayscale: #535353. Windows color (decimal): -9485475 or 6112111. OLE color: 6112111.

HSL color Cylindrical-coordinate representation of color #6F435D: hue angle of 324.55º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F435D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 67 93 -
CMYK 0 0.40 0.16 0.56
HSL 324.55º 0.25% 0.35% -
HSV(B) 324.55º 0.4% 0.44% -
XYZ 10.54 8.18 11.38 -
YUV 83.12 133.58 147.89 -
System Red Green Blue C M Y K H S L
Decimal 111 67 93 0 0.40 0.16 0.56 324.55 0.25 0.35
Hex 6F 43 5D 0 28 10 38 145 19 23
Octal 157 103 135 0 50 20 70 505 31 43
Binary 1101111 1000011 1011101 0 101000 10000 111000 101000101 11001 100011

Color Harmonies of #6F435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F435D

Black with #6F435D

Text Example


Text Example

White with #6F435D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,67,93); }

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

background-color css

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

 a { background-color: rgb(111,67,93); }

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

border-color css

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

 span { border-color: rgb(111,67,93); }

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