Html Css Color HEX #6F2575 Seance

📋 copy color: '#6F2575'

red 111 ◦ green 37 ◦ blue 117

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

Shades of Seance #6F2575

Tints of Seance #6F2575

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 117 (46.09% from 255) = 44.15%

R = 41.89%
G = 13.96%
B = 44.15%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F2575 (or 0x6F2575) is known color: Seance. HEX triplet: 6F, 25 and 75. RGB value is (111,37,117). Sum of RGB (Red+Green+Blue) = 111+37+117=265 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.89% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F2575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2575 is #90DA8A. Grayscale: #444444. Windows color (decimal): -9493131 or 7677295. OLE color: 7677295.

HSL color Cylindrical-coordinate representation of color #6F2575: hue angle of 295.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6F2575 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 111 37 117 -
CMYK 0.05 0.68 0 0.54
HSL 295.5º 0.52% 0.3% -
HSV(B) 295.5º 0.68% 0.46% -
XYZ 10.43 5.99 17.44 -
YUV 68.25 155.52 158.5 -
System Red Green Blue C M Y K H S L
Decimal 111 37 117 0.05 0.68 0 0.54 295.5 0.52 0.3
Hex 6F 25 75 5 44 0 36 128 34 1E
Octal 157 45 165 5 104 0 66 450 64 36
Binary 1101111 100101 1110101 101 1000100 0 110110 100101000 110100 11110

Color Harmonies of #6F2575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2575

Black with #6F2575

Text Example


Text Example

White with #6F2575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,37,117); }

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

background-color css

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

 a { background-color: rgb(111,37,117); }

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

border-color css

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

 span { border-color: rgb(111,37,117); }

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