#682686

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

Shades of Kingfisher Daisy #682686

Tints of Kingfisher Daisy #682686

Color information

#682686 (or 0x682686) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 26 and 86. RGB value is (104,38,134). Sum of RGB (Red+Green+Blue) = 104+38+134=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #682686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682686 is #97D979. Grayscale: #444444. Windows color (decimal): -9951610 or 8791656. OLE color: 8791656.

HSL color Cylindrical-coordinate representation of color #682686: hue angle of 281.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #682686 is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10438134-
CMYK0.220.7200.47
HSL281.25º55.81%33.73%-
HSV(B)281.25º71.64%52.55%-
XYZ10.716.0523.16-
YUV68.68164.87153.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.68%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 134 (52.73% from 255) = 48.55%
R=37.68%
G=13.77%
B=48.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104381340.220.7200.47281.2555.8133.73
Hex682686164802F1193822
Octal15046206261100574317042
Binary1101000100110100001101011010010000101111100011001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682686; }

 p { color: rgb(104,38,134); }

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

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

 a { background-color: rgb(104,38,134); }

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

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

 span { border-color: rgb(104,38,134); }

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