Html Css Color HEX #68478B Daisy Bush

📋 copy color: '#68478B'

red 104 ◦ green 71 ◦ blue 139

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

Shades of Daisy Bush #68478B

Tints of Daisy Bush #68478B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.61%

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

R = 33.12%
G = 22.61%
B = 44.27%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68478B (or 0x68478B) is known color: Daisy Bush. HEX triplet: 68, 47 and 8B. RGB value is (104,71,139). Sum of RGB (Red+Green+Blue) = 104+71+139=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 139 - color contains mainly: blue. Hex color #68478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68478B is #97B874. Grayscale: #585858. Windows color (decimal): -9943157 or 9127784. OLE color: 9127784.

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

Color convert

RGB 104 71 139 -
CMYK 0.25 0.49 0 0.45
HSL 269.12º 0.32% 0.41% -
HSV(B) 269.12º 0.49% 0.55% -
XYZ 12.62 9.31 25.56 -
YUV 88.62 156.43 138.97 -
System Red Green Blue C M Y K H S L
Decimal 104 71 139 0.25 0.49 0 0.45 269.12 0.32 0.41
Hex 68 47 8B 19 31 0 2D 10D 20 29
Octal 150 107 213 31 61 0 55 415 40 51
Binary 1101000 1000111 10001011 11001 110001 0 101101 100001101 100000 101001

Color Harmonies of #68478B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68478B

Black with #68478B

Text Example


Text Example

White with #68478B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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