#69268B

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

Shades of Kingfisher Daisy #69268B

Tints of Kingfisher Daisy #69268B

Color information

#69268B (or 0x69268B) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 26 and 8B. RGB value is (105,38,139). Sum of RGB (Red+Green+Blue) = 105+38+139=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #69268B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69268B is #96D974. Grayscale: #454545. Windows color (decimal): -9886069 or 9119337. OLE color: 9119337.

HSL color Cylindrical-coordinate representation of color #69268B: hue angle of 279.8º 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 #69268B is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10538139-
CMYK0.240.7300.45
HSL279.8º57.06%34.71%-
HSV(B)279.8º72.66%54.51%-
XYZ11.186.2525.04-
YUV69.55167.2153.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 38 (15.23% from 255) = 13.48%
BLUE value IS 139 (54.69% from 255) = 49.29%
R=37.23%
G=13.48%
B=49.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105381390.240.7300.45279.857.0634.71
Hex69268B184902D1183923
Octal15146213301110554307143
Binary1101001100110100010111100010010010101101100011000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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