Html Css Color HEX #68418B Daisy Bush

📋 copy color: '#68418B'

red 104 ◦ green 65 ◦ blue 139

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

Shades of Daisy Bush #68418B

Tints of Daisy Bush #68418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.1%

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

R = 33.77%
G = 21.1%
B = 45.13%

CMYK

 C value IS 0.25

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68418B (or 0x68418B) is known color: Daisy Bush. HEX triplet: 68, 41 and 8B. RGB value is (104,65,139). Sum of RGB (Red+Green+Blue) = 104+65+139=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #68418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68418B is #97BE74. Grayscale: #545454. Windows color (decimal): -9944693 or 9126248. OLE color: 9126248.

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

Color convert

RGB 104 65 139 -
CMYK 0.25 0.53 0 0.45
HSL 271.62º 0.36% 0.4% -
HSV(B) 271.62º 0.53% 0.55% -
XYZ 12.26 8.59 25.44 -
YUV 85.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 104 65 139 0.25 0.53 0 0.45 271.62 0.36 0.4
Hex 68 41 8B 19 35 0 2D 110 24 28
Octal 150 101 213 31 65 0 55 420 44 50
Binary 1101000 1000001 10001011 11001 110101 0 101101 100010000 100100 101000

Color Harmonies of #68418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68418B

Black with #68418B

Text Example


Text Example

White with #68418B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68418B; }

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

 H1.HeaderClassName
 {
   color: #68418B;
 }
 .AnyTagClassName
 {
   color: #68418B;
 }
</style>

background-color css

<style>
 a { background-color: #68418B; }

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

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

border-color css

<style>
 span { border-color: #68418B; }

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

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