#68198E

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

Shades of Kingfisher Daisy #68198E

Tints of Kingfisher Daisy #68198E

Color information

#68198E (or 0x68198E) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 19 and 8E. RGB value is (104,25,142). Sum of RGB (Red+Green+Blue) = 104+25+142=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 142 (55.86% from 255 or 52.40% from 271); Max value from RGB is 142 - color contains mainly: blue. Hex color #68198E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68198E is #97E671. Grayscale: #3D3D3D. Windows color (decimal): -9954930 or 9312616. OLE color: 9312616.

HSL color Cylindrical-coordinate representation of color #68198E: hue angle of 280.51º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #68198E is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10425142-
CMYK0.270.8200.44
HSL280.51º70.06%32.75%-
HSV(B)280.51º82.39%55.69%-
XYZ10.945.5926.09-
YUV61.96173.17157.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 25 (10.16% from 255) = 9.23%
BLUE value IS 142 (55.86% from 255) = 52.40%
R=38.38%
G=9.23%
B=52.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104251420.270.8200.44280.5170.0632.75
Hex68198E1B5202C1194621
Octal150312163312205443110641
Binary1101000110011000111011011101001001011001000110011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68198E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68198E; }

 p { color: rgb(104,25,142); }

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

<style>
 a { background-color: #68198E; }

 a { background-color: rgb(104,25,142); }

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

<style>
 span { border-color: #68198E; }

 span { border-color: rgb(104,25,142); }

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