#682F82

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

Shades of Kingfisher Daisy #682F82

Tints of Kingfisher Daisy #682F82

Color information

#682F82 (or 0x682F82) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 2F and 82. RGB value is (104,47,130). Sum of RGB (Red+Green+Blue) = 104+47+130=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 47 (18.75% from 255 or 16.73% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #682F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682F82 is #97D07D. Grayscale: #494949. Windows color (decimal): -9949310 or 8531816. OLE color: 8531816.

HSL color Cylindrical-coordinate representation of color #682F82: hue angle of 281.2º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682F82 is Cyan = 0.2, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10447130-
CMYK0.20.6400.49
HSL281.2º46.89%34.71%-
HSV(B)281.2º63.85%50.98%-
XYZ10.756.5921.82-
YUV73.5159.88149.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 47 (18.75% from 255) = 16.73%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=37.01%
G=16.73%
B=46.26%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104471300.20.6400.49281.246.8934.71
Hex682F8214400311192f23
Octal15057202241000614315743
Binary1101000101111100000101010010000000110001100011001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682F82; }

 p { color: rgb(104,47,130); }

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

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

 a { background-color: rgb(104,47,130); }

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

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

 span { border-color: rgb(104,47,130); }

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