#63268E

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

Shades of Kingfisher Daisy #63268E

Tints of Kingfisher Daisy #63268E

Color information

#63268E (or 0x63268E) is unknown color: approx Kingfisher Daisy. HEX triplet: 63, 26 and 8E. RGB value is (99,38,142). Sum of RGB (Red+Green+Blue) = 99+38+142=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 142 (55.86% from 255 or 50.90% from 279); Max value from RGB is 142 - color contains mainly: blue. Hex color #63268E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #63268E is #9CD971. Grayscale: #434343. Windows color (decimal): -10279282 or 9315939. OLE color: 9315939.

HSL color Cylindrical-coordinate representation of color #63268E: hue angle of 275.19º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #63268E is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9938142-
CMYK0.300.7300.44
HSL275.19º57.78%35.29%-
HSV(B)275.19º73.24%55.69%-
XYZ10.725.9926.18-
YUV68.1169.71150.04-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 142 (55.86% from 255) = 50.90%
R=35.48%
G=13.62%
B=50.90%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal99381420.300.7300.44275.1957.7835.29
Hex63268E1E4902C1133a23
Octal14346216361110544237243
Binary1100011100110100011101111010010010101100100010011111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63268E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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