Html Css Color HEX #63428C Daisy Bush

📋 copy color: '#63428C'

red 99 ◦ green 66 ◦ blue 140

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

Shades of Daisy Bush #63428C

Tints of Daisy Bush #63428C

RGB

 RED value IS 99 (39.06% from 255) = 32.46%

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

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

R = 32.46%
G = 21.64%
B = 45.9%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63428C (or 0x63428C) is known color: Daisy Bush. HEX triplet: 63, 42 and 8C. RGB value is (99,66,140). Sum of RGB (Red+Green+Blue) = 99+66+140=305 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.46% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 140 (55.08% from 255 or 45.90% from 305); Max value from RGB is 140 - color contains mainly: blue. Hex color #63428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63428C is #9CBD73. Grayscale: #545454. Windows color (decimal): -10272116 or 9192035. OLE color: 9192035.

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

Color convert

RGB 99 66 140 -
CMYK 0.29 0.53 0 0.45
HSL 266.76º 0.36% 0.4% -
HSV(B) 266.76º 0.53% 0.55% -
XYZ 11.83 8.44 25.82 -
YUV 84.3 159.43 138.48 -
System Red Green Blue C M Y K H S L
Decimal 99 66 140 0.29 0.53 0 0.45 266.76 0.36 0.4
Hex 63 42 8C 1D 35 0 2D 10B 24 28
Octal 143 102 214 35 65 0 55 413 44 50
Binary 1100011 1000010 10001100 11101 110101 0 101101 100001011 100100 101000

Color Harmonies of #63428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63428C

Black with #63428C

Text Example


Text Example

White with #63428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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