#68328B

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

Shades of Kingfisher Daisy #68328B

Tints of Kingfisher Daisy #68328B

Color information

#68328B (or 0x68328B) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 32 and 8B. RGB value is (104,50,139). Sum of RGB (Red+Green+Blue) = 104+50+139=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #68328B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68328B is #97CD74. Grayscale: #4B4B4B. Windows color (decimal): -9948533 or 9122408. OLE color: 9122408.

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

Color convert

RGB10450139-
CMYK0.250.6400.45
HSL276.4º47.09%37.06%-
HSV(B)276.4º64.03%54.51%-
XYZ11.517.0925.19-
YUV76.29163.39147.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 50 (19.92% from 255) = 17.06%
BLUE value IS 139 (54.69% from 255) = 47.44%
R=35.49%
G=17.06%
B=47.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104501390.250.6400.45276.447.0937.06
Hex68328B194002D1142f25
Octal15062213311000554245745
Binary1101000110010100010111100110000000101101100010100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68328B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,50,139); }

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

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

 a { background-color: rgb(104,50,139); }

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

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

 span { border-color: rgb(104,50,139); }

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