#67348E

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

Shades of Kingfisher Daisy #67348E

Tints of Kingfisher Daisy #67348E

Color information

#67348E (or 0x67348E) is unknown color: approx Kingfisher Daisy. HEX triplet: 67, 34 and 8E. RGB value is (103,52,142). Sum of RGB (Red+Green+Blue) = 103+52+142=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #67348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67348E is #98CB71. Grayscale: #4D4D4D. Windows color (decimal): -10013554 or 9319527. OLE color: 9319527.

HSL color Cylindrical-coordinate representation of color #67348E: hue angle of 274º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #67348E is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10352142-
CMYK0.270.6300.44
HSL274º46.39%38.04%-
HSV(B)274º63.38%55.69%-
XYZ11.77.2926.38-
YUV77.51164.4146.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.68%
GREEN value IS 52 (20.70% from 255) = 17.51%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=34.68%
G=17.51%
B=47.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal103521420.270.6300.4427446.3938.04
Hex67348E1B3F02C1122e26
Octal1476421633770544225646
Binary110011111010010001110110111111110101100100010010101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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