#63348B

Color #63348B Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #63348B

Tints of Kingfisher Daisy #63348B

Color information

#63348B (or 0x63348B) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 34 and 8B. RGB value is (99,52,139). Sum of RGB (Red+Green+Blue) = 99+52+139=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #63348B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63348B is #9CCB74. Grayscale: #4B4B4B. Windows color (decimal): -10275701 or 9122915. OLE color: 9122915.

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

Color convert

RGB9952139-
CMYK0.290.6300.45
HSL272.41º45.55%37.45%-
HSV(B)272.41º62.59%54.51%-
XYZ11.036.9725.19-
YUV75.97163.57144.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.14%
GREEN value IS 52 (20.70% from 255) = 17.93%
BLUE value IS 139 (54.69% from 255) = 47.93%
R=34.14%
G=17.93%
B=47.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99521390.290.6300.45272.4145.5537.45
Hex63348B1D3F02D1102e25
Octal1436421335770554205645
Binary110001111010010001011111011111110101101100010000101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #63348B;
 }
 .AnyTagClassName
 {
   color: #63348B;
 }
</style>
background-color css

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

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

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

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

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

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