Html Css Color HEX #6E277B Seance

📋 copy color: '#6E277B'

red 110 ◦ green 39 ◦ blue 123

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

Shades of Seance #6E277B

Tints of Seance #6E277B

RGB

 RED value IS 110 (43.36% from 255) = 40.44%

 GREEN value IS 39 (15.63% from 255) = 14.34%

 BLUE value IS 123 (48.44% from 255) = 45.22%

R = 40.44%
G = 14.34%
B = 45.22%

CMYK

 C value IS 0.11

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E277B (or 0x6E277B) is known color: Seance. HEX triplet: 6E, 27 and 7B. RGB value is (110,39,123). Sum of RGB (Red+Green+Blue) = 110+39+123=272 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.44% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E277B is #91D884. Grayscale: #454545. Windows color (decimal): -9558149 or 8071022. OLE color: 8071022.

HSL color Cylindrical-coordinate representation of color #6E277B: hue angle of 290.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E277B is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 39 123 -
CMYK 0.11 0.68 0 0.52
HSL 290.71º 0.52% 0.32% -
HSV(B) 290.71º 0.68% 0.48% -
XYZ 10.73 6.2 19.37 -
YUV 69.81 158.02 156.67 -
System Red Green Blue C M Y K H S L
Decimal 110 39 123 0.11 0.68 0 0.52 290.71 0.52 0.32
Hex 6E 27 7B B 44 0 34 123 34 20
Octal 156 47 173 13 104 0 64 443 64 40
Binary 1101110 100111 1111011 1011 1000100 0 110100 100100011 110100 100000

Color Harmonies of #6E277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E277B

Black with #6E277B

Text Example


Text Example

White with #6E277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,39,123); }

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

background-color css

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

 a { background-color: rgb(110,39,123); }

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

border-color css

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

 span { border-color: rgb(110,39,123); }

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