#682A8E

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

Shades of Kingfisher Daisy #682A8E

Tints of Kingfisher Daisy #682A8E

Color information

#682A8E (or 0x682A8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 2A and 8E. RGB value is (104,42,142). Sum of RGB (Red+Green+Blue) = 104+42+142=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #682A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #682A8E is #97D571. Grayscale: #474747. Windows color (decimal): -9950578 or 9316968. OLE color: 9316968.

HSL color Cylindrical-coordinate representation of color #682A8E: hue angle of 277.2º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #682A8E is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10442142-
CMYK0.270.7000.44
HSL277.2º54.35%36.08%-
HSV(B)277.2º70.42%55.69%-
XYZ11.426.5526.25-
YUV71.94167.54150.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.11%
GREEN value IS 42 (16.80% from 255) = 14.58%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=36.11%
G=14.58%
B=49.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104421420.270.7000.44277.254.3536.08
Hex682A8E1B4602C1153624
Octal15052216331060544256644
Binary1101000101010100011101101110001100101100100010101110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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