#68308D

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

Shades of Kingfisher Daisy #68308D

Tints of Kingfisher Daisy #68308D

Color information

#68308D (or 0x68308D) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 30 and 8D. RGB value is (104,48,141). Sum of RGB (Red+Green+Blue) = 104+48+141=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 48 (19.14% from 255 or 16.38% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #68308D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68308D is #97CF72. Grayscale: #4B4B4B. Windows color (decimal): -9949043 or 9252968. OLE color: 9252968.

HSL color Cylindrical-coordinate representation of color #68308D: hue angle of 276.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68308D is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10448141-
CMYK0.260.6600.45
HSL276.13º49.21%37.06%-
HSV(B)276.13º65.96%55.29%-
XYZ11.576.9825.94-
YUV75.35165.05148.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 48 (19.14% from 255) = 16.38%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=35.49%
G=16.38%
B=48.12%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104481410.260.6600.45276.1349.2137.06
Hex68308D1A4202D1143125
Octal15060215321020554246145
Binary1101000110000100011011101010000100101101100010100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68308D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68308D; }

 p { color: rgb(104,48,141); }

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

<style>
 a { background-color: #68308D; }

 a { background-color: rgb(104,48,141); }

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

<style>
 span { border-color: #68308D; }

 span { border-color: rgb(104,48,141); }

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