Html Css Color HEX #63418B Daisy Bush

📋 copy color: '#63418B'

red 99 ◦ green 65 ◦ blue 139

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

Shades of Daisy Bush #63418B

Tints of Daisy Bush #63418B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.45%

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

R = 32.67%
G = 21.45%
B = 45.87%

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

#63418B (or 0x63418B) is known color: Daisy Bush. HEX triplet: 63, 41 and 8B. RGB value is (99,65,139). Sum of RGB (Red+Green+Blue) = 99+65+139=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 139 - color contains mainly: blue. Hex color #63418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63418B is #9CBE74. Grayscale: #535353. Windows color (decimal): -10272373 or 9126243. OLE color: 9126243.

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

Color convert

RGB 99 65 139 -
CMYK 0.29 0.53 0 0.45
HSL 267.57º 0.36% 0.4% -
HSV(B) 267.57º 0.53% 0.55% -
XYZ 11.7 8.3 25.41 -
YUV 83.6 159.26 138.98 -
System Red Green Blue C M Y K H S L
Decimal 99 65 139 0.29 0.53 0 0.45 267.57 0.36 0.4
Hex 63 41 8B 1D 35 0 2D 10C 24 28
Octal 143 101 213 35 65 0 55 414 44 50
Binary 1100011 1000001 10001011 11101 110101 0 101101 100001100 100100 101000

Color Harmonies of #63418B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63418B

Black with #63418B

Text Example


Text Example

White with #63418B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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