Html Css Color HEX #63208D Kingfisher Daisy

📋 copy color: '#63208D'

red 99 ◦ green 32 ◦ blue 141

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

Shades of Kingfisher Daisy #63208D

Tints of Kingfisher Daisy #63208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 36.4%
G = 11.76%
B = 51.84%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63208D (or 0x63208D) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 8D. RGB value is (99,32,141). Sum of RGB (Red+Green+Blue) = 99+32+141=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 141 (55.47% from 255 or 51.84% from 272); Max value from RGB is 141 - color contains mainly: blue. Hex color #63208D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63208D is #9CDF72. Grayscale: #404040. Windows color (decimal): -10280819 or 9248867. OLE color: 9248867.

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

Color convert

RGB 99 32 141 -
CMYK 0.30 0.77 0 0.45
HSL 276.88º 0.63% 0.34% -
HSV(B) 276.88º 0.77% 0.55% -
XYZ 10.47 5.61 25.73 -
YUV 64.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 99 32 141 0.30 0.77 0 0.45 276.88 0.63 0.34
Hex 63 20 8D 1E 4D 0 2D 115 3F 22
Octal 143 40 215 36 115 0 55 425 77 42
Binary 1100011 100000 10001101 11110 1001101 0 101101 100010101 111111 100010

Color Harmonies of #63208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63208D

Black with #63208D

Text Example


Text Example

White with #63208D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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