Html Css Color HEX #6F2370 Seance

📋 copy color: '#6F2370'

red 111 ◦ green 35 ◦ blue 112

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

Shades of Seance #6F2370

Tints of Seance #6F2370

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.57%

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 43.02%
G = 13.57%
B = 43.41%

CMYK

 C value IS 0.01

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F2370 (or 0x6F2370) is known color: Seance. HEX triplet: 6F, 23 and 70. RGB value is (111,35,112). Sum of RGB (Red+Green+Blue) = 111+35+112=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 112 - color contains mainly: blue. Hex color #6F2370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2370 is #90DC8F. Grayscale: #424242. Windows color (decimal): -9493648 or 7349103. OLE color: 7349103.

HSL color Cylindrical-coordinate representation of color #6F2370: hue angle of 299.22º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6F2370 is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 35 112 -
CMYK 0.01 0.69 0 0.56
HSL 299.22º 0.52% 0.29% -
HSV(B) 299.22º 0.69% 0.44% -
XYZ 10.08 5.75 15.91 -
YUV 66.5 153.68 159.74 -
System Red Green Blue C M Y K H S L
Decimal 111 35 112 0.01 0.69 0 0.56 299.22 0.52 0.29
Hex 6F 23 70 1 45 0 38 12B 34 1D
Octal 157 43 160 1 105 0 70 453 64 35
Binary 1101111 100011 1110000 1 1000101 0 111000 100101011 110100 11101

Color Harmonies of #6F2370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F2370

Black with #6F2370

Text Example


Text Example

White with #6F2370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,35,112); }

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

background-color css

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

 a { background-color: rgb(111,35,112); }

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

border-color css

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

 span { border-color: rgb(111,35,112); }

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