#68288A

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

Shades of Kingfisher Daisy #68288A

Tints of Kingfisher Daisy #68288A

Color information

#68288A (or 0x68288A) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 28 and 8A. RGB value is (104,40,138). Sum of RGB (Red+Green+Blue) = 104+40+138=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 138 - color contains mainly: blue. Hex color #68288A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68288A is #97D775. Grayscale: #454545. Windows color (decimal): -9951094 or 9054312. OLE color: 9054312.

HSL color Cylindrical-coordinate representation of color #68288A: hue angle of 279.18º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #68288A is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10440138-
CMYK0.250.7100.46
HSL279.18º55.06%34.9%-
HSV(B)279.18º71.01%54.12%-
XYZ11.066.324.68-
YUV70.31166.2152.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 40 (16.02% from 255) = 14.18%
BLUE value IS 138 (54.30% from 255) = 48.94%
R=36.88%
G=14.18%
B=48.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104401380.250.7100.46279.1855.0634.9
Hex68288A194702E1173723
Octal15050212311070564276743
Binary1101000101000100010101100110001110101110100010111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68288A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68288A; }

 p { color: rgb(104,40,138); }

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

<style>
 a { background-color: #68288A; }

 a { background-color: rgb(104,40,138); }

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

<style>
 span { border-color: #68288A; }

 span { border-color: rgb(104,40,138); }

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