Html Css Color HEX #63308B Kingfisher Daisy

📋 copy color: '#63308B'

red 99 ◦ green 48 ◦ blue 139

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

Shades of Kingfisher Daisy #63308B

Tints of Kingfisher Daisy #63308B

RGB

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

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

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

R = 34.62%
G = 16.78%
B = 48.6%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#63308B (or 0x63308B) is known color: Kingfisher Daisy. HEX triplet: 63, 30 and 8B. RGB value is (99,48,139). Sum of RGB (Red+Green+Blue) = 99+48+139=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #63308B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63308B is #9CCF74. Grayscale: #494949. Windows color (decimal): -10276725 or 9121891. OLE color: 9121891.

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

Color convert

RGB 99 48 139 -
CMYK 0.29 0.65 0 0.45
HSL 273.63º 0.49% 0.37% -
HSV(B) 273.63º 0.65% 0.55% -
XYZ 10.86 6.63 25.13 -
YUV 73.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 99 48 139 0.29 0.65 0 0.45 273.63 0.49 0.37
Hex 63 30 8B 1D 41 0 2D 112 31 25
Octal 143 60 213 35 101 0 55 422 61 45
Binary 1100011 110000 10001011 11101 1000001 0 101101 100010010 110001 100101

Color Harmonies of #63308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63308B

Black with #63308B

Text Example


Text Example

White with #63308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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