Html Css Color HEX #68428C Daisy Bush

📋 copy color: '#68428C'

red 104 ◦ green 66 ◦ blue 140

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

Shades of Daisy Bush #68428C

Tints of Daisy Bush #68428C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.29%

 BLUE value IS 140 (55.08% from 255) = 45.16%

R = 33.55%
G = 21.29%
B = 45.16%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68428C (or 0x68428C) is known color: Daisy Bush. HEX triplet: 68, 42 and 8C. RGB value is (104,66,140). Sum of RGB (Red+Green+Blue) = 104+66+140=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #68428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68428C is #97BD73. Grayscale: #555555. Windows color (decimal): -9944436 or 9192040. OLE color: 9192040.

HSL color Cylindrical-coordinate representation of color #68428C: hue angle of 270.81º 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 #68428C is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 66 140 -
CMYK 0.26 0.53 0 0.45
HSL 270.81º 0.36% 0.4% -
HSV(B) 270.81º 0.53% 0.55% -
XYZ 12.39 8.73 25.84 -
YUV 85.8 158.59 140.98 -
System Red Green Blue C M Y K H S L
Decimal 104 66 140 0.26 0.53 0 0.45 270.81 0.36 0.4
Hex 68 42 8C 1A 35 0 2D 10F 24 28
Octal 150 102 214 32 65 0 55 417 44 50
Binary 1101000 1000010 10001100 11010 110101 0 101101 100001111 100100 101000

Color Harmonies of #68428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68428C

Black with #68428C

Text Example


Text Example

White with #68428C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68428C; }

 p { color: rgb(104,66,140); }

 H1.HeaderClassName
 {
   color: #68428C;
 }
 .AnyTagClassName
 {
   color: #68428C;
 }
</style>

background-color css

<style>
 a { background-color: #68428C; }

 a { background-color: rgb(104,66,140); }

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

border-color css

<style>
 span { border-color: #68428C; }

 span { border-color: rgb(104,66,140); }

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