#68348D

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

Shades of Kingfisher Daisy #68348D

Tints of Kingfisher Daisy #68348D

Color information

#68348D (or 0x68348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 34 and 8D. RGB value is (104,52,141). Sum of RGB (Red+Green+Blue) = 104+52+141=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #68348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68348D is #97CB72. Grayscale: #4D4D4D. Windows color (decimal): -9948019 or 9253992. OLE color: 9253992.

HSL color Cylindrical-coordinate representation of color #68348D: hue angle of 275.06º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #68348D is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10452141-
CMYK0.260.6300.45
HSL275.06º46.11%37.84%-
HSV(B)275.06º63.12%55.29%-
XYZ11.747.3225.99-
YUV77.69163.73146.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=35.02%
G=17.51%
B=47.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104521410.260.6300.45275.0646.1137.84
Hex68348D1A3F02D1132e26
Octal1506421532770554235646
Binary110100011010010001101110101111110101101100010011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68348D; }

 p { color: rgb(104,52,141); }

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

<style>
 a { background-color: #68348D; }

 a { background-color: rgb(104,52,141); }

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

<style>
 span { border-color: #68348D; }

 span { border-color: rgb(104,52,141); }

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