#682F84

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

Shades of Kingfisher Daisy #682F84

Tints of Kingfisher Daisy #682F84

Color information

#682F84 (or 0x682F84) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 2F and 84. RGB value is (104,47,132). Sum of RGB (Red+Green+Blue) = 104+47+132=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 132 (51.95% from 255 or 46.64% from 283); Max value from RGB is 132 - color contains mainly: blue. Hex color #682F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682F84 is #97D07B. Grayscale: #494949. Windows color (decimal): -9949308 or 8662888. OLE color: 8662888.

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

Color convert

RGB10447132-
CMYK0.210.6400.48
HSL280.24º47.49%35.1%-
HSV(B)280.24º64.39%51.76%-
XYZ10.896.6422.54-
YUV73.73160.88149.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 47 (18.75% from 255) = 16.61%
BLUE value IS 132 (51.95% from 255) = 46.64%
R=36.75%
G=16.61%
B=46.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104471320.210.6400.48280.2447.4935.1
Hex682F8415400301182f23
Octal15057204251000604305743
Binary1101000101111100001001010110000000110000100011000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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