#63268C

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

Shades of Kingfisher Daisy #63268C

Tints of Kingfisher Daisy #63268C

Color information

#63268C (or 0x63268C) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 26 and 8C. RGB value is (99,38,140). Sum of RGB (Red+Green+Blue) = 99+38+140=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #63268C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63268C is #9CD973. Grayscale: #434343. Windows color (decimal): -10279284 or 9184867. OLE color: 9184867.

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

Color convert

RGB9938140-
CMYK0.290.7300.45
HSL275.88º57.3%34.9%-
HSV(B)275.88º72.86%54.9%-
XYZ10.575.9325.4-
YUV67.87168.71150.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 38 (15.23% from 255) = 13.72%
BLUE value IS 140 (55.08% from 255) = 50.54%
R=35.74%
G=13.72%
B=50.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99381400.290.7300.45275.8857.334.9
Hex63268C1D4902D1143923
Octal14346214351110554247143
Binary1100011100110100011001110110010010101101100010100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63268C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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