#67348D

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

Shades of Kingfisher Daisy #67348D

Tints of Kingfisher Daisy #67348D

Color information

#67348D (or 0x67348D) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 34 and 8D. RGB value is (103,52,141). Sum of RGB (Red+Green+Blue) = 103+52+141=296 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.80% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 141 (55.47% from 255 or 47.64% from 296); Max value from RGB is 141 - color contains mainly: blue. Hex color #67348D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67348D is #98CB72. Grayscale: #4D4D4D. Windows color (decimal): -10013555 or 9253991. OLE color: 9253991.

HSL color Cylindrical-coordinate representation of color #67348D: hue angle of 274.38º 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 #67348D is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10352141-
CMYK0.270.6300.45
HSL274.38º46.11%37.84%-
HSV(B)274.38º63.12%55.29%-
XYZ11.637.2625.99-
YUV77.4163.9146.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.80%
GREEN value IS 52 (20.70% from 255) = 17.57%
BLUE value IS 141 (55.47% from 255) = 47.64%
R=34.80%
G=17.57%
B=47.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103521410.270.6300.45274.3846.1137.84
Hex67348D1B3F02D1122e26
Octal1476421533770554225646
Binary110011111010010001101110111111110101101100010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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