#682A90

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

Shades of Kingfisher Daisy #682A90

Tints of Kingfisher Daisy #682A90

Color information

#682A90 (or 0x682A90) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 2A and 90. RGB value is (104,42,144). Sum of RGB (Red+Green+Blue) = 104+42+144=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 42 (16.80% from 255 or 14.48% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #682A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682A90 is #97D56F. Grayscale: #474747. Windows color (decimal): -9950576 or 9448040. OLE color: 9448040.

HSL color Cylindrical-coordinate representation of color #682A90: hue angle of 276.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #682A90 is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10442144-
CMYK0.280.7100.44
HSL276.47º54.84%36.47%-
HSV(B)276.47º70.83%56.47%-
XYZ11.576.6127.05-
YUV72.17168.54150.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.86%
GREEN value IS 42 (16.80% from 255) = 14.48%
BLUE value IS 144 (56.64% from 255) = 49.66%
R=35.86%
G=14.48%
B=49.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104421440.280.7100.44276.4754.8436.47
Hex682A901C4702C1143724
Octal15052220341070544246744
Binary1101000101010100100001110010001110101100100010100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,144); }

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

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

 a { background-color: rgb(104,42,144); }

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

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

 span { border-color: rgb(104,42,144); }

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