Html Css Color HEX #63208F Kingfisher Daisy

📋 copy color: '#63208F'

red 99 ◦ green 32 ◦ blue 143

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

Shades of Kingfisher Daisy #63208F

Tints of Kingfisher Daisy #63208F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 52.19%

R = 36.13%
G = 11.68%
B = 52.19%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#63208F (or 0x63208F) is known color: Kingfisher Daisy. HEX triplet: 63, 20 and 8F. RGB value is (99,32,143). Sum of RGB (Red+Green+Blue) = 99+32+143=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 143 (56.25% from 255 or 52.19% from 274); Max value from RGB is 143 - color contains mainly: blue. Hex color #63208F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63208F is #9CDF70. Grayscale: #404040. Windows color (decimal): -10280817 or 9379939. OLE color: 9379939.

HSL color Cylindrical-coordinate representation of color #63208F: hue angle of 276.22º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #63208F is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 32 143 -
CMYK 0.31 0.78 0 0.44
HSL 276.22º 0.63% 0.34% -
HSV(B) 276.22º 0.78% 0.56% -
XYZ 10.62 5.67 26.52 -
YUV 64.69 172.2 152.47 -
System Red Green Blue C M Y K H S L
Decimal 99 32 143 0.31 0.78 0 0.44 276.22 0.63 0.34
Hex 63 20 8F 1F 4E 0 2C 114 3F 22
Octal 143 40 217 37 116 0 54 424 77 42
Binary 1100011 100000 10001111 11111 1001110 0 101100 100010100 111111 100010

Color Harmonies of #63208F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63208F

Black with #63208F

Text Example


Text Example

White with #63208F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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