#68268A

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

Shades of Kingfisher Daisy #68268A

Tints of Kingfisher Daisy #68268A

Color information

#68268A (or 0x68268A) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 26 and 8A. RGB value is (104,38,138). Sum of RGB (Red+Green+Blue) = 104+38+138=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #68268A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68268A is #97D975. Grayscale: #444444. Windows color (decimal): -9951606 or 9053800. OLE color: 9053800.

HSL color Cylindrical-coordinate representation of color #68268A: hue angle of 279.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68268A is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10438138-
CMYK0.250.7200.46
HSL279.6º56.82%34.51%-
HSV(B)279.6º72.46%54.12%-
XYZ10.996.1624.66-
YUV69.13166.87152.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.14%
GREEN value IS 38 (15.23% from 255) = 13.57%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=37.14%
G=13.57%
B=49.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal104381380.250.7200.46279.656.8234.51
Hex68268A194802E1183923
Octal15046212311100564307143
Binary1101000100110100010101100110010000101110100011000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68268A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68268A; }

 p { color: rgb(104,38,138); }

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

<style>
 a { background-color: #68268A; }

 a { background-color: rgb(104,38,138); }

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

<style>
 span { border-color: #68268A; }

 span { border-color: rgb(104,38,138); }

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