Html Css Color HEX #63458C Daisy Bush

📋 copy color: '#63458C'

red 99 ◦ green 69 ◦ blue 140

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

Shades of Daisy Bush #63458C

Tints of Daisy Bush #63458C

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.4%

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

R = 32.14%
G = 22.4%
B = 45.45%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63458C (or 0x63458C) is known color: Daisy Bush. HEX triplet: 63, 45 and 8C. RGB value is (99,69,140). Sum of RGB (Red+Green+Blue) = 99+69+140=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #63458C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63458C is #9CBA73. Grayscale: #555555. Windows color (decimal): -10271348 or 9192803. OLE color: 9192803.

HSL color Cylindrical-coordinate representation of color #63458C: hue angle of 265.35º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #63458C is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 69 140 -
CMYK 0.29 0.51 0 0.45
HSL 265.35º 0.34% 0.41% -
HSV(B) 265.35º 0.51% 0.55% -
XYZ 12.01 8.8 25.88 -
YUV 86.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 99 69 140 0.29 0.51 0 0.45 265.35 0.34 0.41
Hex 63 45 8C 1D 33 0 2D 109 22 29
Octal 143 105 214 35 63 0 55 411 42 51
Binary 1100011 1000101 10001100 11101 110011 0 101101 100001001 100010 101001

Color Harmonies of #63458C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63458C

Black with #63458C

Text Example


Text Example

White with #63458C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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