Html Css Color HEX #683F8B Daisy Bush

📋 copy color: '#683F8B'

red 104 ◦ green 63 ◦ blue 139

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

Shades of Daisy Bush #683F8B

Tints of Daisy Bush #683F8B

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 33.99%
G = 20.59%
B = 45.42%

CMYK

 C value IS 0.25

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#683F8B (or 0x683F8B) is known color: Daisy Bush. HEX triplet: 68, 3F and 8B. RGB value is (104,63,139). Sum of RGB (Red+Green+Blue) = 104+63+139=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #683F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683F8B is #97C074. Grayscale: #535353. Windows color (decimal): -9945205 or 9125736. OLE color: 9125736.

HSL color Cylindrical-coordinate representation of color #683F8B: hue angle of 272.37º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #683F8B is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 63 139 -
CMYK 0.25 0.55 0 0.45
HSL 272.37º 0.38% 0.4% -
HSV(B) 272.37º 0.55% 0.55% -
XYZ 12.15 8.36 25.4 -
YUV 83.92 159.08 142.32 -
System Red Green Blue C M Y K H S L
Decimal 104 63 139 0.25 0.55 0 0.45 272.37 0.38 0.4
Hex 68 3F 8B 19 37 0 2D 110 26 28
Octal 150 77 213 31 67 0 55 420 46 50
Binary 1101000 111111 10001011 11001 110111 0 101101 100010000 100110 101000

Color Harmonies of #683F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #683F8B

Black with #683F8B

Text Example


Text Example

White with #683F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,63,139); }

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

background-color css

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

 a { background-color: rgb(104,63,139); }

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

border-color css

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

 span { border-color: rgb(104,63,139); }

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