Html Css Color HEX #63438D Daisy Bush

📋 copy color: '#63438D'

red 99 ◦ green 67 ◦ blue 141

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

Shades of Daisy Bush #63438D

Tints of Daisy Bush #63438D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.82%

 BLUE value IS 141 (55.47% from 255) = 45.93%

R = 32.25%
G = 21.82%
B = 45.93%

CMYK

 C value IS 0.30

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63438D (or 0x63438D) is known color: Daisy Bush. HEX triplet: 63, 43 and 8D. RGB value is (99,67,141). Sum of RGB (Red+Green+Blue) = 99+67+141=307 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.25% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #63438D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63438D is #9CBC72. Grayscale: #545454. Windows color (decimal): -10271859 or 9257827. OLE color: 9257827.

HSL color Cylindrical-coordinate representation of color #63438D: hue angle of 265.95º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #63438D is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 99 67 141 -
CMYK 0.30 0.52 0 0.45
HSL 265.95º 0.36% 0.41% -
HSV(B) 265.95º 0.52% 0.55% -
XYZ 11.96 8.59 26.23 -
YUV 85 159.6 137.98 -
System Red Green Blue C M Y K H S L
Decimal 99 67 141 0.30 0.52 0 0.45 265.95 0.36 0.41
Hex 63 43 8D 1E 34 0 2D 10A 24 29
Octal 143 103 215 36 64 0 55 412 44 51
Binary 1100011 1000011 10001101 11110 110100 0 101101 100001010 100100 101001

Color Harmonies of #63438D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63438D

Black with #63438D

Text Example


Text Example

White with #63438D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63438D; }

 p { color: rgb(99,67,141); }

 H1.HeaderClassName
 {
   color: #63438D;
 }
 .AnyTagClassName
 {
   color: #63438D;
 }
</style>

background-color css

<style>
 a { background-color: #63438D; }

 a { background-color: rgb(99,67,141); }

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

border-color css

<style>
 span { border-color: #63438D; }

 span { border-color: rgb(99,67,141); }

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