#69348D

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

Shades of Kingfisher Daisy #69348D

Tints of Kingfisher Daisy #69348D

Color information

#69348D (or 0x69348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 69, 34 and 8D. RGB value is (105,52,141). Sum of RGB (Red+Green+Blue) = 105+52+141=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #69348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #69348D is #96CB72. Grayscale: #4D4D4D. Windows color (decimal): -9882483 or 9253993. OLE color: 9253993.

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

Color convert

RGB10552141-
CMYK0.260.6300.45
HSL275.73º46.11%37.84%-
HSV(B)275.73º63.12%55.29%-
XYZ11.867.3826-
YUV77.99163.56147.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=35.23%
G=17.45%
B=47.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal105521410.260.6300.45275.7346.1137.84
Hex69348D1A3F02D1142e26
Octal1516421532770554245646
Binary110100111010010001101110101111110101101100010100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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