#68208B

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

Shades of Kingfisher Daisy #68208B

Tints of Kingfisher Daisy #68208B

Color information

#68208B (or 0x68208B) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 20 and 8B. RGB value is (104,32,139). Sum of RGB (Red+Green+Blue) = 104+32+139=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #68208B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68208B is #97DF74. Grayscale: #414141. Windows color (decimal): -9953141 or 9117800. OLE color: 9117800.

HSL color Cylindrical-coordinate representation of color #68208B: hue angle of 280.37º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68208B is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10432139-
CMYK0.250.7700.45
HSL280.37º62.57%33.53%-
HSV(B)280.37º76.98%54.51%-
XYZ10.895.8424.98-
YUV65.73169.35155.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.82%
GREEN value IS 32 (12.89% from 255) = 11.64%
BLUE value IS 139 (54.69% from 255) = 50.55%
R=37.82%
G=11.64%
B=50.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104321390.250.7700.45280.3762.5733.53
Hex68208B194D02D1183f22
Octal15040213311150554307742
Binary1101000100000100010111100110011010101101100011000111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68208B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68208B; }

 p { color: rgb(104,32,139); }

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

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

 a { background-color: rgb(104,32,139); }

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

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

 span { border-color: rgb(104,32,139); }

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