Html Css Color HEX #63468B Daisy Bush

📋 copy color: '#63468B'

red 99 ◦ green 70 ◦ blue 139

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

Shades of Daisy Bush #63468B

Tints of Daisy Bush #63468B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.73%

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

R = 32.14%
G = 22.73%
B = 45.13%

CMYK

 C value IS 0.29

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63468B (or 0x63468B) is known color: Daisy Bush. HEX triplet: 63, 46 and 8B. RGB value is (99,70,139). Sum of RGB (Red+Green+Blue) = 99+70+139=308 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.14% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 139 (54.69% from 255 or 45.13% from 308); Max value from RGB is 139 - color contains mainly: blue. Hex color #63468B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63468B is #9CB974. Grayscale: #565656. Windows color (decimal): -10271093 or 9127523. OLE color: 9127523.

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

Color convert

RGB 99 70 139 -
CMYK 0.29 0.50 0 0.45
HSL 265.22º 0.33% 0.41% -
HSV(B) 265.22º 0.5% 0.55% -
XYZ 12 8.9 25.51 -
YUV 86.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 99 70 139 0.29 0.50 0 0.45 265.22 0.33 0.41
Hex 63 46 8B 1D 32 0 2D 109 21 29
Octal 143 106 213 35 62 0 55 411 41 51
Binary 1100011 1000110 10001011 11101 110010 0 101101 100001001 100001 101001

Color Harmonies of #63468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63468B

Black with #63468B

Text Example


Text Example

White with #63468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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