Html Css Color HEX #63498B Daisy Bush

📋 copy color: '#63498B'

red 99 ◦ green 73 ◦ blue 139

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

Shades of Daisy Bush #63498B

Tints of Daisy Bush #63498B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 31.83%
G = 23.47%
B = 44.69%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63498B (or 0x63498B) is known color: Daisy Bush. HEX triplet: 63, 49 and 8B. RGB value is (99,73,139). Sum of RGB (Red+Green+Blue) = 99+73+139=311 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.83% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #63498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63498B is #9CB674. Grayscale: #585858. Windows color (decimal): -10270325 or 9128291. OLE color: 9128291.

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

Color convert

RGB 99 73 139 -
CMYK 0.29 0.47 0 0.45
HSL 263.64º 0.31% 0.42% -
HSV(B) 263.64º 0.47% 0.55% -
XYZ 12.19 9.28 25.58 -
YUV 88.3 156.61 135.63 -
System Red Green Blue C M Y K H S L
Decimal 99 73 139 0.29 0.47 0 0.45 263.64 0.31 0.42
Hex 63 49 8B 1D 2F 0 2D 108 1F 2A
Octal 143 111 213 35 57 0 55 410 37 52
Binary 1100011 1001001 10001011 11101 101111 0 101101 100001000 11111 101010

Color Harmonies of #63498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63498B

Black with #63498B

Text Example


Text Example

White with #63498B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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