Html Css Color HEX #63498E Daisy Bush

📋 copy color: '#63498E'

red 99 ◦ green 73 ◦ blue 142

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

Shades of Daisy Bush #63498E

Tints of Daisy Bush #63498E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.22%

R = 31.53%
G = 23.25%
B = 45.22%

CMYK

 C value IS 0.30

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63498E (or 0x63498E) is known color: Daisy Bush. HEX triplet: 63, 49 and 8E. RGB value is (99,73,142). Sum of RGB (Red+Green+Blue) = 99+73+142=314 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.53% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 142 (55.86% from 255 or 45.22% from 314); Max value from RGB is 142 - color contains mainly: blue. Hex color #63498E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63498E is #9CB671. Grayscale: #585858. Windows color (decimal): -10270322 or 9324899. OLE color: 9324899.

HSL color Cylindrical-coordinate representation of color #63498E: hue angle of 262.61º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63498E is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 73 142 -
CMYK 0.30 0.49 0 0.44
HSL 262.61º 0.32% 0.42% -
HSV(B) 262.61º 0.49% 0.56% -
XYZ 12.41 9.37 26.75 -
YUV 88.64 158.11 135.39 -
System Red Green Blue C M Y K H S L
Decimal 99 73 142 0.30 0.49 0 0.44 262.61 0.32 0.42
Hex 63 49 8E 1E 31 0 2C 107 20 2A
Octal 143 111 216 36 61 0 54 407 40 52
Binary 1100011 1001001 10001110 11110 110001 0 101100 100000111 100000 101010

Color Harmonies of #63498E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63498E

Black with #63498E

Text Example


Text Example

White with #63498E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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