Html Css Color HEX #6B1875 Seance

📋 copy color: '#6B1875'

red 107 ◦ green 24 ◦ blue 117

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

Shades of Seance #6B1875

Tints of Seance #6B1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 43.15%
G = 9.68%
B = 47.18%

CMYK

 C value IS 0.09

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6B1875 (or 0x6B1875) is known color: Seance. HEX triplet: 6B, 18 and 75. RGB value is (107,24,117). Sum of RGB (Red+Green+Blue) = 107+24+117=248 (32% of max value = 765). Red value is 107 (42.19% from 255 or 43.15% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #6B1875 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B1875 is #94E78A. Grayscale: #3B3B3B. Windows color (decimal): -9758603 or 7673963. OLE color: 7673963.

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

Color convert

RGB 107 24 117 -
CMYK 0.09 0.79 0 0.54
HSL 293.55º 0.66% 0.28% -
HSV(B) 293.55º 0.79% 0.46% -
XYZ 9.6 5.06 17.3 -
YUV 59.42 160.5 161.94 -
System Red Green Blue C M Y K H S L
Decimal 107 24 117 0.09 0.79 0 0.54 293.55 0.66 0.28
Hex 6B 18 75 9 4F 0 36 126 42 1C
Octal 153 30 165 11 117 0 66 446 102 34
Binary 1101011 11000 1110101 1001 1001111 0 110110 100100110 1000010 11100

Color Harmonies of #6B1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B1875

Black with #6B1875

Text Example


Text Example

White with #6B1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,24,117); }

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

background-color css

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

 a { background-color: rgb(107,24,117); }

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

border-color css

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

 span { border-color: rgb(107,24,117); }

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