Html Css Color HEX #683C7C Honey Flower

📋 copy color: '#683C7C'

red 104 ◦ green 60 ◦ blue 124

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

Shades of Honey Flower #683C7C

Tints of Honey Flower #683C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

 BLUE value IS 124 (48.83% from 255) = 43.06%

R = 36.11%
G = 20.83%
B = 43.06%

CMYK

 C value IS 0.16

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#683C7C (or 0x683C7C) is known color: Honey Flower. HEX triplet: 68, 3C and 7C. RGB value is (104,60,124). Sum of RGB (Red+Green+Blue) = 104+60+124=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #683C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683C7C is #97C383. Grayscale: #505050. Windows color (decimal): -9945988 or 8141928. OLE color: 8141928.

HSL color Cylindrical-coordinate representation of color #683C7C: hue angle of 281.25º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #683C7C is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 104 60 124 -
CMYK 0.16 0.52 0 0.51
HSL 281.25º 0.35% 0.36% -
HSV(B) 281.25º 0.52% 0.49% -
XYZ 10.96 7.63 19.96 -
YUV 80.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 104 60 124 0.16 0.52 0 0.51 281.25 0.35 0.36
Hex 68 3C 7C 10 34 0 33 119 23 24
Octal 150 74 174 20 64 0 63 431 43 44
Binary 1101000 111100 1111100 10000 110100 0 110011 100011001 100011 100100

Color Harmonies of #683C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683C7C

Black with #683C7C

Text Example


Text Example

White with #683C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #683C7C; }

 p { color: rgb(104,60,124); }

 H1.HeaderClassName
 {
   color: #683C7C;
 }
 .AnyTagClassName
 {
   color: #683C7C;
 }
</style>

background-color css

<style>
 a { background-color: #683C7C; }

 a { background-color: rgb(104,60,124); }

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

border-color css

<style>
 span { border-color: #683C7C; }

 span { border-color: rgb(104,60,124); }

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