#68308F

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

Shades of Kingfisher Daisy #68308F

Tints of Kingfisher Daisy #68308F

Color information

#68308F (or 0x68308F) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 30 and 8F. RGB value is (104,48,143). Sum of RGB (Red+Green+Blue) = 104+48+143=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 143 (56.25% from 255 or 48.47% from 295); Max value from RGB is 143 - color contains mainly: blue. Hex color #68308F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68308F is #97CF70. Grayscale: #4B4B4B. Windows color (decimal): -9949041 or 9384040. OLE color: 9384040.

HSL color Cylindrical-coordinate representation of color #68308F: hue angle of 275.37º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #68308F is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10448143-
CMYK0.270.6600.44
HSL275.37º49.74%37.45%-
HSV(B)275.37º66.43%56.08%-
XYZ11.727.0426.73-
YUV75.57166.05148.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 143 (56.25% from 255) = 48.47%
R=35.25%
G=16.27%
B=48.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal104481430.270.6600.44275.3749.7437.45
Hex68308F1B4202C1133225
Octal15060217331020544236245
Binary1101000110000100011111101110000100101100100010011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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