Html Css Color HEX #63308D Kingfisher Daisy

📋 copy color: '#63308D'

red 99 ◦ green 48 ◦ blue 141

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

Shades of Kingfisher Daisy #63308D

Tints of Kingfisher Daisy #63308D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.67%

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

R = 34.38%
G = 16.67%
B = 48.96%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63308D (or 0x63308D) is known color: Kingfisher Daisy. HEX triplet: 63, 30 and 8D. RGB value is (99,48,141). Sum of RGB (Red+Green+Blue) = 99+48+141=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #63308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63308D is #9CCF72. Grayscale: #494949. Windows color (decimal): -10276723 or 9252963. OLE color: 9252963.

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

Color convert

RGB 99 48 141 -
CMYK 0.30 0.66 0 0.45
HSL 272.9º 0.49% 0.37% -
HSV(B) 272.9º 0.66% 0.55% -
XYZ 11.01 6.69 25.91 -
YUV 73.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 99 48 141 0.30 0.66 0 0.45 272.9 0.49 0.37
Hex 63 30 8D 1E 42 0 2D 111 31 25
Octal 143 60 215 36 102 0 55 421 61 45
Binary 1100011 110000 10001101 11110 1000010 0 101101 100010001 110001 100101

Color Harmonies of #63308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63308D

Black with #63308D

Text Example


Text Example

White with #63308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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