Html Css Color HEX #68488D Daisy Bush

📋 copy color: '#68488D'

red 104 ◦ green 72 ◦ blue 141

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

Shades of Daisy Bush #68488D

Tints of Daisy Bush #68488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.71%

 BLUE value IS 141 (55.47% from 255) = 44.48%

R = 32.81%
G = 22.71%
B = 44.48%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68488D (or 0x68488D) is known color: Daisy Bush. HEX triplet: 68, 48 and 8D. RGB value is (104,72,141). Sum of RGB (Red+Green+Blue) = 104+72+141=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 141 (55.47% from 255 or 44.48% from 317); Max value from RGB is 141 - color contains mainly: blue. Hex color #68488D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68488D is #97B772. Grayscale: #595959. Windows color (decimal): -9942899 or 9259112. OLE color: 9259112.

HSL color Cylindrical-coordinate representation of color #68488D: hue angle of 267.83º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68488D is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 72 141 -
CMYK 0.26 0.49 0 0.45
HSL 267.83º 0.32% 0.42% -
HSV(B) 267.83º 0.49% 0.55% -
XYZ 12.83 9.5 26.36 -
YUV 89.43 157.1 138.39 -
System Red Green Blue C M Y K H S L
Decimal 104 72 141 0.26 0.49 0 0.45 267.83 0.32 0.42
Hex 68 48 8D 1A 31 0 2D 10C 20 2A
Octal 150 110 215 32 61 0 55 414 40 52
Binary 1101000 1001000 10001101 11010 110001 0 101101 100001100 100000 101010

Color Harmonies of #68488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68488D

Black with #68488D

Text Example


Text Example

White with #68488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68488D; }

 p { color: rgb(104,72,141); }

 H1.HeaderClassName
 {
   color: #68488D;
 }
 .AnyTagClassName
 {
   color: #68488D;
 }
</style>

background-color css

<style>
 a { background-color: #68488D; }

 a { background-color: rgb(104,72,141); }

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

border-color css

<style>
 span { border-color: #68488D; }

 span { border-color: rgb(104,72,141); }

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