Html Css Color HEX #683E7A Honey Flower

📋 copy color: '#683E7A'

red 104 ◦ green 62 ◦ blue 122

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

Shades of Honey Flower #683E7A

Tints of Honey Flower #683E7A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.53%

 BLUE value IS 122 (48.05% from 255) = 42.36%

R = 36.11%
G = 21.53%
B = 42.36%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#683E7A (or 0x683E7A) is known color: Honey Flower. HEX triplet: 68, 3E and 7A. RGB value is (104,62,122). Sum of RGB (Red+Green+Blue) = 104+62+122=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 62 (24.61% from 255 or 21.53% from 288); Blue value is 122 (48.05% from 255 or 42.36% from 288); Max value from RGB is 122 - color contains mainly: blue. Hex color #683E7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683E7A is #97C185. Grayscale: #515151. Windows color (decimal): -9945478 or 8011368. OLE color: 8011368.

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

Color convert

RGB 104 62 122 -
CMYK 0.15 0.49 0 0.52
HSL 282º 0.33% 0.36% -
HSV(B) 282º 0.49% 0.48% -
XYZ 10.94 7.79 19.34 -
YUV 81.4 150.91 144.12 -
System Red Green Blue C M Y K H S L
Decimal 104 62 122 0.15 0.49 0 0.52 282 0.33 0.36
Hex 68 3E 7A F 31 0 34 11A 21 24
Octal 150 76 172 17 61 0 64 432 41 44
Binary 1101000 111110 1111010 1111 110001 0 110100 100011010 100001 100100

Color Harmonies of #683E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683E7A

Black with #683E7A

Text Example


Text Example

White with #683E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,62,122); }

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

background-color css

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

 a { background-color: rgb(104,62,122); }

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

border-color css

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

 span { border-color: rgb(104,62,122); }

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