#63388C

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

Shades of Kingfisher Daisy #63388C

Tints of Kingfisher Daisy #63388C

Color information

#63388C (or 0x63388C) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 38 and 8C. RGB value is (99,56,140). Sum of RGB (Red+Green+Blue) = 99+56+140=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #63388C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63388C is #9CC773. Grayscale: #4E4E4E. Windows color (decimal): -10274676 or 9189475. OLE color: 9189475.

HSL color Cylindrical-coordinate representation of color #63388C: hue angle of 270.71º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #63388C is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9956140-
CMYK0.290.600.45
HSL270.71º42.86%38.43%-
HSV(B)270.71º60%54.9%-
XYZ11.297.3725.64-
YUV78.43162.75142.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.56%
GREEN value IS 56 (22.27% from 255) = 18.98%
BLUE value IS 140 (55.08% from 255) = 47.46%
R=33.56%
G=18.98%
B=47.46%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99561400.290.600.45270.7142.8638.43
Hex63388C1D3C02D10f2b26
Octal1437021435740554175346
Binary110001111100010001100111011111000101101100001111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63388C; }

 p { color: rgb(99,56,140); }

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

<style>
 a { background-color: #63388C; }

 a { background-color: rgb(99,56,140); }

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

<style>
 span { border-color: #63388C; }

 span { border-color: rgb(99,56,140); }

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