#69228D

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

Shades of Kingfisher Daisy #69228D

Tints of Kingfisher Daisy #69228D

Color information

#69228D (or 0x69228D) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 22 and 8D. RGB value is (105,34,141). Sum of RGB (Red+Green+Blue) = 105+34+141=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 34 (13.67% from 255 or 12.14% from 280); Blue value is 141 (55.47% from 255 or 50.36% from 280); Max value from RGB is 141 - color contains mainly: blue. Hex color #69228D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69228D is #96DD72. Grayscale: #434343. Windows color (decimal): -9887091 or 9249385. OLE color: 9249385.

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

Color convert

RGB10534141-
CMYK0.260.7600.45
HSL279.81º61.14%34.31%-
HSV(B)279.81º75.89%55.29%-
XYZ11.216.0725.78-
YUV67.43169.52154.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 34 (13.67% from 255) = 12.14%
BLUE value IS 141 (55.47% from 255) = 50.36%
R=37.5%
G=12.14%
B=50.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105341410.260.7600.45279.8161.1434.31
Hex69228D1A4C02D1183d22
Octal15142215321140554307542
Binary1101001100010100011011101010011000101101100011000111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69228D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,34,141); }

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

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

 a { background-color: rgb(105,34,141); }

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

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

 span { border-color: rgb(105,34,141); }

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