#69228E

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

Shades of Kingfisher Daisy #69228E

Tints of Kingfisher Daisy #69228E

Color information

#69228E (or 0x69228E) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 22 and 8E. RGB value is (105,34,142). Sum of RGB (Red+Green+Blue) = 105+34+142=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #69228E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69228E is #96DD71. Grayscale: #434343. Windows color (decimal): -9887090 or 9314921. OLE color: 9314921.

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

Color convert

RGB10534142-
CMYK0.260.7600.44
HSL279.44º61.36%34.51%-
HSV(B)279.44º76.06%55.69%-
XYZ11.286.126.17-
YUV67.54170.02154.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 34 (13.67% from 255) = 12.10%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=37.37%
G=12.10%
B=50.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105341420.260.7600.44279.4461.3634.51
Hex69228E1A4C02C1173d23
Octal15142216321140544277543
Binary1101001100010100011101101010011000101100100010111111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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