Html Css Color HEX #63498C Daisy Bush

📋 copy color: '#63498C'

red 99 ◦ green 73 ◦ blue 140

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

Shades of Daisy Bush #63498C

Tints of Daisy Bush #63498C

RGB

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

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

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

R = 31.73%
G = 23.4%
B = 44.87%

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

#63498C (or 0x63498C) is known color: Daisy Bush. HEX triplet: 63, 49 and 8C. RGB value is (99,73,140). Sum of RGB (Red+Green+Blue) = 99+73+140=312 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.73% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #63498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63498C is #9CB673. Grayscale: #585858. Windows color (decimal): -10270324 or 9193827. OLE color: 9193827.

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

Color convert

RGB 99 73 140 -
CMYK 0.29 0.48 0 0.45
HSL 263.28º 0.31% 0.42% -
HSV(B) 263.28º 0.48% 0.55% -
XYZ 12.26 9.31 25.96 -
YUV 88.41 157.11 135.55 -
System Red Green Blue C M Y K H S L
Decimal 99 73 140 0.29 0.48 0 0.45 263.28 0.31 0.42
Hex 63 49 8C 1D 30 0 2D 107 1F 2A
Octal 143 111 214 35 60 0 55 407 37 52
Binary 1100011 1001001 10001100 11101 110000 0 101101 100000111 11111 101010

Color Harmonies of #63498C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63498C

Black with #63498C

Text Example


Text Example

White with #63498C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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