#68188D

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

Shades of Kingfisher Daisy #68188D

Tints of Kingfisher Daisy #68188D

Color information

#68188D (or 0x68188D) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 18 and 8D. RGB value is (104,24,141). Sum of RGB (Red+Green+Blue) = 104+24+141=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #68188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68188D is #97E772. Grayscale: #3C3C3C. Windows color (decimal): -9955187 or 9246824. OLE color: 9246824.

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

Color convert

RGB10424141-
CMYK0.260.8300.45
HSL281.03º70.91%32.35%-
HSV(B)281.03º82.98%55.29%-
XYZ10.845.5225.69-
YUV61.26173158.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.66%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 141 (55.47% from 255) = 52.42%
R=38.66%
G=8.92%
B=52.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104241410.260.8300.45281.0370.9132.35
Hex68188D1A5302D1194720
Octal150302153212305543110740
Binary1101000110001000110111010101001101011011000110011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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