Html Css Color HEX #68306F Seance

📋 copy color: '#68306F'

red 104 ◦ green 48 ◦ blue 111

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

Shades of Seance #68306F

Tints of Seance #68306F

RGB

 RED value IS 104 (41.02% from 255) = 39.54%

 GREEN value IS 48 (19.14% from 255) = 18.25%

 BLUE value IS 111 (43.75% from 255) = 42.21%

R = 39.54%
G = 18.25%
B = 42.21%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#68306F (or 0x68306F) is known color: Seance. HEX triplet: 68, 30 and 6F. RGB value is (104,48,111). Sum of RGB (Red+Green+Blue) = 104+48+111=263 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.54% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 111 (43.75% from 255 or 42.21% from 263); Max value from RGB is 111 - color contains mainly: blue. Hex color #68306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68306F is #97CF90. Grayscale: #474747. Windows color (decimal): -9949073 or 7286888. OLE color: 7286888.

HSL color Cylindrical-coordinate representation of color #68306F: hue angle of 293.33º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68306F is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 48 111 -
CMYK 0.06 0.57 0 0.56
HSL 293.33º 0.4% 0.31% -
HSV(B) 293.33º 0.57% 0.44% -
XYZ 9.64 6.2 15.73 -
YUV 71.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 104 48 111 0.06 0.57 0 0.56 293.33 0.4 0.31
Hex 68 30 6F 6 39 0 38 125 28 1F
Octal 150 60 157 6 71 0 70 445 50 37
Binary 1101000 110000 1101111 110 111001 0 111000 100100101 101000 11111

Color Harmonies of #68306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68306F

Black with #68306F

Text Example


Text Example

White with #68306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68306F; }

 p { color: rgb(104,48,111); }

 H1.HeaderClassName
 {
   color: #68306F;
 }
 .AnyTagClassName
 {
   color: #68306F;
 }
</style>

background-color css

<style>
 a { background-color: #68306F; }

 a { background-color: rgb(104,48,111); }

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

border-color css

<style>
 span { border-color: #68306F; }

 span { border-color: rgb(104,48,111); }

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