Html Css Color HEX #6C1F74 Seance

📋 copy color: '#6C1F74'

red 108 ◦ green 31 ◦ blue 116

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

Shades of Seance #6C1F74

Tints of Seance #6C1F74

RGB

 RED value IS 108 (42.58% from 255) = 42.35%

 GREEN value IS 31 (12.5% from 255) = 12.16%

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

R = 42.35%
G = 12.16%
B = 45.49%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C1F74 (or 0x6C1F74) is known color: Seance. HEX triplet: 6C, 1F and 74. RGB value is (108,31,116). Sum of RGB (Red+Green+Blue) = 108+31+116=255 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.35% from 255); Green value is 31 (12.5% from 255 or 12.16% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 116 - color contains mainly: blue. Hex color #6C1F74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C1F74 is #93E08B. Grayscale: #3F3F3F. Windows color (decimal): -9691276 or 7610220. OLE color: 7610220.

HSL color Cylindrical-coordinate representation of color #6C1F74: hue angle of 294.35º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6C1F74 is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 108 31 116 -
CMYK 0.07 0.73 0 0.55
HSL 294.35º 0.58% 0.29% -
HSV(B) 294.35º 0.73% 0.45% -
XYZ 9.83 5.43 17.05 -
YUV 63.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 108 31 116 0.07 0.73 0 0.55 294.35 0.58 0.29
Hex 6C 1F 74 7 49 0 37 126 3A 1D
Octal 154 37 164 7 111 0 67 446 72 35
Binary 1101100 11111 1110100 111 1001001 0 110111 100100110 111010 11101

Color Harmonies of #6C1F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1F74

Black with #6C1F74

Text Example


Text Example

White with #6C1F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,31,116); }

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

background-color css

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

 a { background-color: rgb(108,31,116); }

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

border-color css

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

 span { border-color: rgb(108,31,116); }

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