Html Css Color HEX #63458B Daisy Bush

📋 copy color: '#63458B'

red 99 ◦ green 69 ◦ blue 139

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

Shades of Daisy Bush #63458B

Tints of Daisy Bush #63458B

RGB

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

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

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

R = 32.25%
G = 22.48%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63458B (or 0x63458B) is known color: Daisy Bush. HEX triplet: 63, 45 and 8B. RGB value is (99,69,139). Sum of RGB (Red+Green+Blue) = 99+69+139=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #63458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63458B is #9CBA74. Grayscale: #555555. Windows color (decimal): -10271349 or 9127267. OLE color: 9127267.

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

Color convert

RGB 99 69 139 -
CMYK 0.29 0.50 0 0.45
HSL 265.71º 0.34% 0.41% -
HSV(B) 265.71º 0.5% 0.55% -
XYZ 11.93 8.77 25.49 -
YUV 85.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 99 69 139 0.29 0.50 0 0.45 265.71 0.34 0.41
Hex 63 45 8B 1D 32 0 2D 10A 22 29
Octal 143 105 213 35 62 0 55 412 42 51
Binary 1100011 1000101 10001011 11101 110010 0 101101 100001010 100010 101001

Color Harmonies of #63458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63458B

Black with #63458B

Text Example


Text Example

White with #63458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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