#68268B

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

Shades of Kingfisher Daisy #68268B

Tints of Kingfisher Daisy #68268B

Color information

#68268B (or 0x68268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 68, 26 and 8B. RGB value is (104,38,139). Sum of RGB (Red+Green+Blue) = 104+38+139=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #68268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #68268B is #97D974. Grayscale: #444444. Windows color (decimal): -9951605 or 9119336. OLE color: 9119336.

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

Color convert

RGB10438139-
CMYK0.250.7300.45
HSL279.21º57.06%34.71%-
HSV(B)279.21º72.66%54.51%-
XYZ11.066.1925.04-
YUV69.25167.37152.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.01%
GREEN value IS 38 (15.23% from 255) = 13.52%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=37.01%
G=13.52%
B=49.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal104381390.250.7300.45279.2157.0634.71
Hex68268B194902D1173923
Octal15046213311110554277143
Binary1101000100110100010111100110010010101101100010111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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