Html Css Color HEX #63488B Daisy Bush

📋 copy color: '#63488B'

red 99 ◦ green 72 ◦ blue 139

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

Shades of Daisy Bush #63488B

Tints of Daisy Bush #63488B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.23%

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

R = 31.94%
G = 23.23%
B = 44.84%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63488B (or 0x63488B) is known color: Daisy Bush. HEX triplet: 63, 48 and 8B. RGB value is (99,72,139). Sum of RGB (Red+Green+Blue) = 99+72+139=310 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.94% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #63488B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63488B is #9CB774. Grayscale: #575757. Windows color (decimal): -10270581 or 9128035. OLE color: 9128035.

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

Color convert

RGB 99 72 139 -
CMYK 0.29 0.48 0 0.45
HSL 264.18º 0.32% 0.41% -
HSV(B) 264.18º 0.48% 0.55% -
XYZ 12.12 9.15 25.55 -
YUV 87.71 156.95 136.05 -
System Red Green Blue C M Y K H S L
Decimal 99 72 139 0.29 0.48 0 0.45 264.18 0.32 0.41
Hex 63 48 8B 1D 30 0 2D 108 20 29
Octal 143 110 213 35 60 0 55 410 40 51
Binary 1100011 1001000 10001011 11101 110000 0 101101 100001000 100000 101001

Color Harmonies of #63488B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63488B

Black with #63488B

Text Example


Text Example

White with #63488B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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