#69218E

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

Shades of Kingfisher Daisy #69218E

Tints of Kingfisher Daisy #69218E

Color information

#69218E (or 0x69218E) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 21 and 8E. RGB value is (105,33,142). Sum of RGB (Red+Green+Blue) = 105+33+142=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #69218E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69218E is #96DE71. Grayscale: #424242. Windows color (decimal): -9887346 or 9314665. OLE color: 9314665.

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

Color convert

RGB10533142-
CMYK0.260.7700.44
HSL279.63º62.29%34.31%-
HSV(B)279.63º76.76%55.69%-
XYZ11.256.0426.16-
YUV66.95170.35155.14-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 33 (13.28% from 255) = 11.79%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=37.5%
G=11.79%
B=50.71%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105331420.260.7700.44279.6362.2934.31
Hex69218E1A4D02C1183e22
Octal15141216321150544307642
Binary1101001100001100011101101010011010101100100011000111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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