Html Css Color HEX #6F1B75 Seance

📋 copy color: '#6F1B75'

red 111 ◦ green 27 ◦ blue 117

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

Shades of Seance #6F1B75

Tints of Seance #6F1B75

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

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

R = 43.53%
G = 10.59%
B = 45.88%

CMYK

 C value IS 0.05

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6F1B75 (or 0x6F1B75) is known color: Seance. HEX triplet: 6F, 1B and 75. RGB value is (111,27,117). Sum of RGB (Red+Green+Blue) = 111+27+117=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F1B75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F1B75 is #90E48A. Grayscale: #3E3E3E. Windows color (decimal): -9495691 or 7674735. OLE color: 7674735.

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

Color convert

RGB 111 27 117 -
CMYK 0.05 0.77 0 0.54
HSL 296º 0.63% 0.28% -
HSV(B) 296º 0.77% 0.46% -
XYZ 10.16 5.45 17.35 -
YUV 62.38 158.83 162.68 -
System Red Green Blue C M Y K H S L
Decimal 111 27 117 0.05 0.77 0 0.54 296 0.63 0.28
Hex 6F 1B 75 5 4D 0 36 128 3E 1C
Octal 157 33 165 5 115 0 66 450 76 34
Binary 1101111 11011 1110101 101 1001101 0 110110 100101000 111110 11100

Color Harmonies of #6F1B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1B75

Black with #6F1B75

Text Example


Text Example

White with #6F1B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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