#68358A

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

Shades of Kingfisher Daisy #68358A

Tints of Kingfisher Daisy #68358A

Color information

#68358A (or 0x68358A) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 35 and 8A. RGB value is (104,53,138). Sum of RGB (Red+Green+Blue) = 104+53+138=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #68358A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68358A is #97CA75. Grayscale: #4D4D4D. Windows color (decimal): -9947766 or 9057640. OLE color: 9057640.

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

Color convert

RGB10453138-
CMYK0.250.6200.46
HSL276º44.5%37.45%-
HSV(B)276º61.59%54.12%-
XYZ11.577.3224.85-
YUV77.94161.9146.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 53 (21.09% from 255) = 17.97%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=35.25%
G=17.97%
B=46.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104531380.250.6200.4627644.537.45
Hex68358A193E02E1142d25
Octal1506521231760564245545
Binary110100011010110001010110011111100101110100010100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68358A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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