Html Css Color HEX #6B1674 Seance

📋 copy color: '#6B1674'

red 107 ◦ green 22 ◦ blue 116

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

Shades of Seance #6B1674

Tints of Seance #6B1674

RGB

 RED value IS 107 (42.19% from 255) = 43.67%

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 116 (45.7% from 255) = 47.35%

R = 43.67%
G = 8.98%
B = 47.35%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B1674 (or 0x6B1674) is known color: Seance. HEX triplet: 6B, 16 and 74. RGB value is (107,22,116). Sum of RGB (Red+Green+Blue) = 107+22+116=245 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.67% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 116 (45.70% from 255 or 47.35% from 245); Max value from RGB is 116 - color contains mainly: blue. Hex color #6B1674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1674 is #94E98B. Grayscale: #393939. Windows color (decimal): -9759116 or 7607915. OLE color: 7607915.

HSL color Cylindrical-coordinate representation of color #6B1674: hue angle of 294.26º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6B1674 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 22 116 -
CMYK 0.08 0.81 0 0.55
HSL 294.26º 0.68% 0.27% -
HSV(B) 294.26º 0.81% 0.45% -
XYZ 9.5 4.96 16.98 -
YUV 58.13 160.66 162.86 -
System Red Green Blue C M Y K H S L
Decimal 107 22 116 0.08 0.81 0 0.55 294.26 0.68 0.27
Hex 6B 16 74 8 51 0 37 126 44 1B
Octal 153 26 164 10 121 0 67 446 104 33
Binary 1101011 10110 1110100 1000 1010001 0 110111 100100110 1000100 11011

Color Harmonies of #6B1674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1674

Black with #6B1674

Text Example


Text Example

White with #6B1674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,22,116); }

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

background-color css

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

 a { background-color: rgb(107,22,116); }

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

border-color css

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

 span { border-color: rgb(107,22,116); }

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